PERFORCE change 103938 for review

John Birrell jb at FreeBSD.org
Tue Aug 15 02:05:09 UTC 2006


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

Change 103938 by jb at 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
 


More information about the p4-projects mailing list