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/c8cfbdabd0cc
branches:  trunk
changeset: 792773:c8cfbdabd0cc
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 35807a12cf61 -r c8cfbdabd0cc 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