Date: Tue, 15 Aug 2006 02:05:08 GMT From: John Birrell <jb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 103938 for review Message-ID: <200608150205.k7F25820082213@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=103938 Change 103938 by jb@jb_freebsd2 on 2006/08/15 02:04:14 Use the compiler warning level set above. Stop using the OpenSolaris ELF header files and just use the FreeBSD ones now that they contain everything we need. Affected files ... .. //depot/projects/dtrace/src/cddl/usr.bin/sgsmsg/Makefile#9 edit Differences ... ==== //depot/projects/dtrace/src/cddl/usr.bin/sgsmsg/Makefile#9 (text+ko) ==== @@ -7,21 +7,11 @@ SRCS= avl.c sgsmsg.c string_table.c findprime.c -WARNS?= 1 - - CFLAGS+= -I${.CURDIR}/../../../contrib \ -I${.CURDIR}/../../../sys/contrib \ - -I${OPENSOLARIS_USR_DISTDIR}/head \ -I${OPENSOLARIS_USR_DISTDIR}/cmd/sgs/include \ -I${OPENSOLARIS_SYS_DISTDIR}/uts/common -.if ${MACHINE_ARCH} == "i386" -CFLAGS+= -I${OPENSOLARIS_SYS_DISTDIR}/uts/intel -.elif ${MACHINE_ARCH} == "sparc64" -CFLAGS+= -I${OPENSOLARIS_SYS_DISTDIR}/uts/sparc -.endif - .PATH: ${OPENSOLARIS_USR_DISTDIR}/cmd/sgs/tools/common .PATH: ${OPENSOLARIS_SYS_DISTDIR}/common/avl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608150205.k7F25820082213>