PERFORCE change 104139 for review

John Birrell jb at FreeBSD.org
Tue Aug 15 21:38:28 UTC 2006


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

Change 104139 by jb at jb_freebsd2 on 2006/08/15 21:36:31

	Jacking up the WARNS level was a bit premature.

Affected files ...

.. //depot/projects/dtrace/src/cddl/usr.bin/ctfconvert/Makefile#7 edit
.. //depot/projects/dtrace/src/cddl/usr.bin/ctfdump/Makefile#4 edit
.. //depot/projects/dtrace/src/cddl/usr.bin/ctfmerge/Makefile#7 edit

Differences ...

==== //depot/projects/dtrace/src/cddl/usr.bin/ctfconvert/Makefile#7 (text+ko) ====

@@ -4,6 +4,8 @@
 
 .include	"../../Makefile.inc"
 
+WARNS=		1
+
 PROG=		ctfconvert
 
 SRCS=		alist.c \

==== //depot/projects/dtrace/src/cddl/usr.bin/ctfdump/Makefile#4 (text+ko) ====

@@ -8,7 +8,7 @@
 		dump.c \
 		symbol.c
 
-WARNS?=		1
+WARNS=		1
 
 CFLAGS+=	-I${OPENSOLARIS_USR_DISTDIR} \
 		-I${OPENSOLARIS_SYS_DISTDIR} \

==== //depot/projects/dtrace/src/cddl/usr.bin/ctfmerge/Makefile#7 (text+ko) ====

@@ -4,6 +4,8 @@
 
 .include	"../../Makefile.inc"
 
+WARNS=		1
+
 PROG=		ctfmerge
 
 SRCS=		alist.c \


More information about the p4-projects mailing list