PERFORCE change 127866 for review

John Birrell jb at FreeBSD.org
Sat Oct 20 17:21:04 PDT 2007


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

Change 127866 by jb at jb_freebsd8 on 2007/10/21 00:20:43

	Reduce warns level. This version of GCC complains about setjmp/longjmp
	clobbering variables.
	
	NO_MAN instead of MK_MAN on RELENG_6.

Affected files ...

.. //depot/projects/dtrace6/src/cddl/usr.bin/ctfconvert/Makefile#2 edit

Differences ...

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

@@ -29,7 +29,7 @@
 		traverse.c \
 		util.c
 
-WARNS?=		6
+WARNS?=		3
 
 CFLAGS+=	-I${.CURDIR}/../../../contrib/libdwarf \
 		-I${.CURDIR}/../../../contrib \
@@ -48,6 +48,6 @@
 .PATH:		${OPENSOLARIS_USR_DISTDIR}/tools/ctf/common
 .PATH:		${OPENSOLARIS_USR_DISTDIR}/tools/ctf/cvt
 
-MK_MAN=		no
+NO_MAN=
 
 .include <bsd.prog.mk>


More information about the p4-projects mailing list