hurdextras-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

memfs Makefile


From: Samuel Thibault
Subject: memfs Makefile
Date: Sat, 1 Aug 2020 12:29:30 -0400 (EDT)

CVSROOT:        /sources/hurdextras
Module name:    memfs
Changes by:     Samuel Thibault <sthibaul>      20/08/01 12:29:30

Modified files:
        .              : Makefile 

Log message:
        Fix link

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/memfs/Makefile?cvsroot=hurdextras&r1=1.2&r2=1.3

Patches:
Index: Makefile
===================================================================
RCS file: /sources/hurdextras/memfs/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- Makefile    10 Feb 2013 10:34:00 -0000      1.2
+++ Makefile    1 Aug 2020 16:29:29 -0000       1.3
@@ -1,6 +1,6 @@
 # Makefile for memory based Hurd filesystems
 # Copyright (C) 2000 Farid Hajji <farid.hajji@ob.kamp.net>
-# $Id: Makefile,v 1.2 2013/02/10 10:34:00 sthibaul Exp $
+# $Id: Makefile,v 1.3 2020/08/01 16:29:29 sthibaul Exp $
 
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
@@ -17,6 +17,9 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
 # $Log: Makefile,v $
+# Revision 1.3  2020/08/01 16:29:29  sthibaul
+# Fix link
+#
 # Revision 1.2  2013/02/10 10:34:00  sthibaul
 # 2013-02-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
 #
@@ -39,7 +42,7 @@
 CC      = gcc
 CFLAGS  = -D_GNU_SOURCE -Wall -g -D_FILE_OFFSET_BITS=64
 #CFLAGS  = -Wall -O2
-LDFLAGS = -lpthread -lports -ltrivfs -lfshelp
+LDLIBS = -lpthread -lports -ltrivfs -lfshelp
 #HURDLIBS = -lpthread -lports -ltrivfs -lfshelp -lpipe -lihash -lshouldbeinlibc
 SRC     = memfs.c debug.c
 OBJ     = $(SRC:%.c=%.o)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]