Module Name:    src
Committed By:   riastradh
Date:           Fri Apr 10 20:34:16 UTC 2015

Modified Files:
        src/external/cddl/osnet/sbin/zpool: Makefile

Log Message:
Use CPPFLAGS, not CFLAGS, so this actually takes effect.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/cddl/osnet/sbin/zpool/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/cddl/osnet/sbin/zpool/Makefile
diff -u src/external/cddl/osnet/sbin/zpool/Makefile:1.4 src/external/cddl/osnet/sbin/zpool/Makefile:1.5
--- src/external/cddl/osnet/sbin/zpool/Makefile:1.4	Tue Dec 14 01:03:10 2010
+++ src/external/cddl/osnet/sbin/zpool/Makefile	Fri Apr 10 20:34:16 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.4 2010/12/14 01:03:10 haad Exp $
+#	$NetBSD: Makefile,v 1.5 2015/04/10 20:34:16 riastradh Exp $
 
 .include "../../Makefile.zfs"
 
@@ -7,7 +7,7 @@ MAN=	zpool.8
 USETBL=	yes
 SRCS=	zpool_main.c zpool_iter.c zpool_util.c zpool_vdev.c
 
-CFLAGS+="-Dprint_timestamp(a)=((void)0)"
+CPPFLAGS+=	"-Dprint_timestamp(a)=((void)0)"
 
 DPADD=	${LIBAVL} ${LIBZFS} ${LIBM} ${LIBNVPAIR} ${LIBUUTIL} ${LIBUTIL} ${LIBUMEM}
 

Reply via email to