PERFORCE change 96796 for review

John Birrell jb at FreeBSD.org
Sun May 7 22:17:49 UTC 2006


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

Change 96796 by jb at jb_freebsd2 on 2006/05/07 22:17:21

	Include path hell. Sigh.
	
	All these include paths are just there to avoid having to install
	headers that don't really belong in FreeBSD's /usr/include/sys.

Affected files ...

.. //depot/projects/dtrace/src/sys/modules/dtrace/dtrace/Makefile#4 edit
.. //depot/projects/dtrace/src/sys/modules/dtrace/profile/Makefile#2 edit

Differences ...

==== //depot/projects/dtrace/src/sys/modules/dtrace/dtrace/Makefile#4 (text+ko) ====

@@ -13,6 +13,7 @@
 
 CFLAGS+=	-I${.CURDIR}/../../../cddl/dev/dtrace \
 		-I${.CURDIR}/../../../cddl/dev/dtrace/${MACHINE_ARCH} \
+		-I${.CURDIR}/../../../contrib/opensolaris/compat \
 		-I${.CURDIR}/../../../contrib/opensolaris/uts/common \
 		-I${.CURDIR}/../../../contrib \
 		-I${.CURDIR}/../../.. -DDIS_MEM -D_SOLARIS_C_SOURCE

==== //depot/projects/dtrace/src/sys/modules/dtrace/profile/Makefile#2 (text+ko) ====

@@ -8,6 +8,7 @@
 
 CFLAGS+=	-I${.CURDIR}/../../../cddl/dev/profile \
 		-I${.CURDIR}/../../../contrib/opensolaris/uts/common \
+		-I${.CURDIR}/../../../contrib/opensolaris/compat \
 		-I${.CURDIR}/../../../contrib \
 		-I${.CURDIR}/../../.. -D_SOLARIS_C_SOURCE
 


More information about the p4-projects mailing list