Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/cddl/osnet/sbin/zpool Use CPPFLAGS, not CFLAGS, so ...
details: https://anonhg.NetBSD.org/src/rev/d3265477e1fd
branches: trunk
changeset: 337303:d3265477e1fd
user: riastradh <riastradh%NetBSD.org@localhost>
date: Fri Apr 10 20:34:16 2015 +0000
description:
Use CPPFLAGS, not CFLAGS, so this actually takes effect.
diffstat:
external/cddl/osnet/sbin/zpool/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 9c4d6c84a643 -r d3265477e1fd external/cddl/osnet/sbin/zpool/Makefile
--- a/external/cddl/osnet/sbin/zpool/Makefile Fri Apr 10 19:59:10 2015 +0000
+++ b/external/cddl/osnet/sbin/zpool/Makefile Fri Apr 10 20:34:16 2015 +0000
@@ -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 @@
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}
Home |
Main Index |
Thread Index |
Old Index