Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/dhcp kill debug
details: https://anonhg.NetBSD.org/src/rev/eda7fa85bbfd
branches: trunk
changeset: 326033:eda7fa85bbfd
user: christos <christos%NetBSD.org@localhost>
date: Thu Jan 16 13:55:46 2014 +0000
description:
kill debug
diffstat:
external/bsd/dhcp/Makefile.inc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 9d4f7ca92f8d -r eda7fa85bbfd external/bsd/dhcp/Makefile.inc
--- a/external/bsd/dhcp/Makefile.inc Thu Jan 16 13:19:36 2014 +0000
+++ b/external/bsd/dhcp/Makefile.inc Thu Jan 16 13:55:46 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.9 2014/01/16 01:15:33 christos Exp $
+# $NetBSD: Makefile.inc,v 1.10 2014/01/16 13:55:46 christos Exp $
WARNS?= 1 # XXX -Wshadow -Wcast-qual -Wsign-compare
@@ -20,7 +20,7 @@
.if (${USE_INET6} != "no")
CPPFLAGS+= -DDHCPv6
.endif
-CPPFLAGS+= -DISC_PLATFORM_USETHREADS -DHAVE_CONFIG_H -DDEBUG
+CPPFLAGS+= -DISC_PLATFORM_USETHREADS -DHAVE_CONFIG_H
CPPFLAGS+= -I${DIST} -I${DIST}/includes -I${DIST}/../include
CPPFLAGS+= -I${BIND} -I${BIND}/includes -I${BIND}/../include
.for dir in isc dns
Home |
Main Index |
Thread Index |
Old Index