PERFORCE change 103936 for review

John Birrell jb at FreeBSD.org
Tue Aug 15 01:55:57 UTC 2006


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

Change 103936 by jb at jb_freebsd2 on 2006/08/15 01:55:53

	When compiling ALL OpenSolaris CDDL code, use the -Wno-unknown-pragmas
	compiler option to stop gcc whinging about the "#pragma ident" that
	Sun adds to _every_ source and header file.

Affected files ...

.. //depot/projects/dtrace/src/cddl/Makefile.inc#3 edit

Differences ...

==== //depot/projects/dtrace/src/cddl/Makefile.inc#3 (text+ko) ====

@@ -5,3 +5,5 @@
 
 CFLAGS+=	-I${.CURDIR}/../../../sys
 CFLAGS+=	-D_SOLARIS_C_SOURCE
+
+IGNORE_PRAGMA=	1


More information about the p4-projects mailing list