From: Ted Lemon Date: Wed, 14 Mar 2001 15:36:57 +0000 (+0000) Subject: Get rid of local debug flag. X-Git-Tag: V3-BETA-2-PATCH-19~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ae598b42748c9fa3c18d7f592bcbae4374ce358b;p=thirdparty%2Fdhcp.git Get rid of local debug flag. --- diff --git a/client/Makefile.dist b/client/Makefile.dist index 49e3fc1b3..12473e70e 100644 --- a/client/Makefile.dist +++ b/client/Makefile.dist @@ -26,7 +26,6 @@ OBJS = dhclient.o clparse.o PROG = dhclient MAN = dhclient.8 dhclient.conf.5 dhclient-script.8 dhclient.leases.5 -DEBUG = -g INCLUDES = -I$(TOP) $(BINDINC) -I$(TOP)/includes DHCPLIB = ../common/libdhcp.a $(BINDLIB) ../omapip/libomapi.a ../dst/libdst.a CFLAGS = $(DEBUG) $(PREDEFINES) $(INCLUDES) $(COPTS) \ diff --git a/common/Makefile.dist b/common/Makefile.dist index e9c44a6c1..b62f31f9b 100644 --- a/common/Makefile.dist +++ b/common/Makefile.dist @@ -12,7 +12,6 @@ OBJ = raw.o parse.o nit.o icmp.o dispatch.o conflex.o upf.o bpf.o socket.o \ dns.o resolv.o execute.o discover.o comapi.o MAN = dhcp-options.5 dhcp-contrib.5 dhcp-eval.5 -DEBUG = -g INCLUDES = -I$(TOP) $(BINDINC) -I$(TOP)/includes CFLAGS = $(DEBUG) $(PREDEFINES) $(INCLUDES) $(COPTS) diff --git a/dhcpctl/Makefile.dist b/dhcpctl/Makefile.dist index 52996ceb2..79391f140 100644 --- a/dhcpctl/Makefile.dist +++ b/dhcpctl/Makefile.dist @@ -24,7 +24,6 @@ OBJ = dhcpctl.o callback.o remote.o MAN = dhcpctl.3 HDRS = dhcpctl.h -DEBUG = -g INCLUDES = $(BINDINC) -I$(TOP)/includes CFLAGS = $(DEBUG) $(PREDEFINES) $(INCLUDES) $(COPTS) DHCPCTLLIBS = libdhcpctl.a ../common/libdhcp.a $(BINDLIB) \ diff --git a/dst/Makefile.dist b/dst/Makefile.dist index 47df83064..2bd3369d7 100644 --- a/dst/Makefile.dist +++ b/dst/Makefile.dist @@ -21,7 +21,6 @@ SRC = dst_support.c dst_api.c hmac_link.c md5_dgst.c base64.c prandom.c OBJ = dst_support.o dst_api.o hmac_link.o md5_dgst.o base64.o prandom.o HDRS = dst_internal.h md5.h md5_locl.h -DEBUG = -g INCLUDES = $(BINDINC) -I$(TOP)/includes CFLAGS = $(DEBUG) $(PREDEFINES) $(INCLUDES) $(COPTS) -DHMAC_MD5 -DMINIRES_LIB diff --git a/minires/Makefile.dist b/minires/Makefile.dist index 814e77ab2..f17a5231f 100644 --- a/minires/Makefile.dist +++ b/minires/Makefile.dist @@ -29,7 +29,6 @@ OBJ = res_mkupdate.o res_init.o res_update.o res_send.o res_comp.o \ ns_date.o ns_parse.o ns_sign.o ns_name.o ns_samedomain.o ns_verify.o \ toisc.o -DEBUG = -g INCLUDES = $(BINDINC) -I$(TOP)/includes CFLAGS = $(DEBUG) $(PREDEFINES) $(INCLUDES) $(COPTS) -DHMAC_MD5 -DMINIRES_LIB diff --git a/omapip/Makefile.dist b/omapip/Makefile.dist index aa49ec102..335f7e9d0 100644 --- a/omapip/Makefile.dist +++ b/omapip/Makefile.dist @@ -27,7 +27,6 @@ OBJ = protocol.o buffer.o alloc.o result.o connection.o errwarn.o \ convert.o hash.o auth.o inet_addr.o array.o trace.o mrtrace.o MAN = omapi.3 -DEBUG = -g INCLUDES = $(BINDINC) -I$(TOP)/includes CFLAGS = $(DEBUG) $(PREDEFINES) $(INCLUDES) $(COPTS) diff --git a/relay/Makefile.dist b/relay/Makefile.dist index 39605b6b3..e25e9f73d 100644 --- a/relay/Makefile.dist +++ b/relay/Makefile.dist @@ -24,7 +24,6 @@ OBJS = dhcrelay.o PROG = dhcrelay MAN = dhcrelay.8 -DEBUG = -g INCLUDES = -I$(TOP) $(BINDINC) -I$(TOP)/includes DHCPLIB = ../common/libdhcp.a $(BINDLIB) ../omapip/libomapi.a ../dst/libdst.a CFLAGS = $(DEBUG) $(PREDEFINES) $(INCLUDES) $(COPTS) diff --git a/server/Makefile.dist b/server/Makefile.dist index f6a111fd0..aafd9fb63 100644 --- a/server/Makefile.dist +++ b/server/Makefile.dist @@ -26,7 +26,6 @@ OBJS = dhcpd.o dhcp.o bootp.o confpars.o db.o class.o failover.o \ PROG = dhcpd MAN = dhcpd.8 dhcpd.conf.5 dhcpd.leases.5 -DEBUG = -g INCLUDES = -I$(TOP) $(BINDINC) -I$(TOP)/includes DHCPLIB = ../common/libdhcp.a $(BINDLIB) ../omapip/libomapi.a ../dst/libdst.a CFLAGS = $(DEBUG) $(PREDEFINES) $(INCLUDES) $(COPTS)