Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/am-utils make DEBUG build the default.



details:   https://anonhg.NetBSD.org/src/rev/537a38454cfe
branches:  trunk
changeset: 335960:537a38454cfe
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Feb 02 16:18:27 2015 +0000

description:
make DEBUG build the default.

diffstat:

 external/bsd/am-utils/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 286a3d97f011 -r 537a38454cfe external/bsd/am-utils/Makefile.inc
--- a/external/bsd/am-utils/Makefile.inc        Mon Feb 02 14:03:05 2015 +0000
+++ b/external/bsd/am-utils/Makefile.inc        Mon Feb 02 16:18:27 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.6 2015/01/21 21:48:43 joerg Exp $
+#      $NetBSD: Makefile.inc,v 1.7 2015/02/02 16:18:27 christos Exp $
 
 .ifndef AMU_MAKEFILE_INC
 AMU_MAKEFILE_INC=
@@ -18,7 +18,7 @@
     -I${IDIST}/include
 
 LIBAMUOBJDIR!= cd ${AMUTILS}/lib/libamu && ${PRINTOBJDIR}
-CPPFLAGS+=     -I${LIBAMUOBJDIR}
+CPPFLAGS+=     -I${LIBAMUOBJDIR} -DDEBUG
 
 .if (${USE_HESIOD} != "no")
 CPPFLAGS+=-DHAVE_MAP_HESIOD=1



Home | Main Index | Thread Index | Old Index