Date: Tue, 15 Aug 2006 01:55:56 GMT From: John Birrell <jb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 103936 for review Message-ID: <200608150155.k7F1tuKB080366@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=103936 Change 103936 by jb@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608150155.k7F1tuKB080366>