Source-Changes-HG archive

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

[src/trunk]: src/external/cddl/osnet/lib/libzpool One usually puts .c, not .o...



details:   https://anonhg.NetBSD.org/src/rev/ec853c17d3f7
branches:  trunk
changeset: 337308:ec853c17d3f7
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Fri Apr 10 22:36:50 2015 +0000

description:
One usually puts .c, not .o, files in SRCS.

diffstat:

 external/cddl/osnet/lib/libzpool/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 06bd0cfeaa81 -r ec853c17d3f7 external/cddl/osnet/lib/libzpool/Makefile
--- a/external/cddl/osnet/lib/libzpool/Makefile Fri Apr 10 22:29:35 2015 +0000
+++ b/external/cddl/osnet/lib/libzpool/Makefile Fri Apr 10 22:36:50 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.9 2014/04/22 15:02:38 christos Exp $
+#      $NetBSD: Makefile,v 1.10 2015/04/10 22:36:50 riastradh Exp $
 
 .include "${.CURDIR}/../../dist/uts/common/Makefile.files"
 .include "../../Makefile.zfs"
@@ -26,7 +26,7 @@
 # Sun stuff
 SRCS+=         ${ZFS_COMMON_OBJS:C/.o$/.c/}
 SRCS+=         ${ZFS_SHARED_OBJS:C/.o$/.c/}
-SRCS+=         taskq.c util.c list.o u8_textprep.o
+SRCS+=         taskq.c util.c list.c u8_textprep.c
 
 print:
        echo ${LIST_SRCS} ${LIST_OBJS}



Home | Main Index | Thread Index | Old Index