Date: Mon, 16 Jul 2007 01:44:43 GMT From: Fredrik Lindberg <fli@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 123576 for review Message-ID: <200707160144.l6G1ihUL092605@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=123576 Change 123576 by fli@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707160144.l6G1ihUL092605>