PERFORCE change 123576 for review

Fredrik Lindberg fli at FreeBSD.org
Mon Jul 16 01:44:44 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=123576

Change 123576 by fli at fli_nexus on 2007/07/16 01:44:04

	Hook up new files to the build and, yep, debug mask tweak. 

Affected files ...

.. //depot/projects/soc2007/fli-mdns_sd/mdnsd/Makefile#4 edit

Differences ...

==== //depot/projects/soc2007/fli-mdns_sd/mdnsd/Makefile#4 (text+ko) ====

@@ -1,10 +1,10 @@
 SRCS=	stack_mdns.c stack_packet.c stack_buf.c stack_util.c hash.c \
     utf8.c event.c wqueue.c log.c mdnsd.c record.c cache.c dbrec.c var.c \
-    token.l parse.y y.tab.h
+    output.c output_aggr.c objalloc.c token.l parse.y y.tab.h
 PROG=	mdnsd
 WARNS?=	4	
 
-CFLAGS+=	-Wall -g -DDEBUG -DDEBUG_MASK=0x1fec
+CFLAGS+=	-Wall -g -DDEBUG -DDEBUG_MASK=0x1bd0
 .if !defined(WITHOUT_INET6)
 CFLAGS+=	-DINET6
 .endif


More information about the p4-projects mailing list