Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jun 2007 11:44:40 GMT
From:      Fredrik Lindberg <fli@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 122032 for review
Message-ID:  <200706201144.l5KBieG2058211@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=122032

Change 122032 by fli@fli_genesis on 2007/06/20 11:43:54

	- Hook up new files to the build
	- Bring WARNS up to 4
	- Obligatory DEBUG_MASK tweak.

Affected files ...

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

Differences ...

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

@@ -1,9 +1,10 @@
-SRCS=	stack_mdns.c stack_packet.c stack_buf.c hash.c event.c \
-	wqueue.c log.c mdnsd.c record.c cache.c
+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
 PROG=	mdnsd
-WARNS?=	3
+WARNS?=	4	
 
-CFLAGS+=	-Wall -g -DDEBUG -DDEBUG_MASK=0xfc
+CFLAGS+=	-Wall -g -DDEBUG -DDEBUG_MASK=0x1fec
 .if !defined(WITHOUT_INET6)
 CFLAGS+=	-DINET6
 .endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706201144.l5KBieG2058211>