Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Aug 2006 21:36:59 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 104139 for review
Message-ID:  <200608152136.k7FLax7a067414@repoman.freebsd.org>

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

Change 104139 by jb@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 \



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