PERFORCE change 95639 for review

John Birrell jb at FreeBSD.org
Thu Apr 20 00:54:32 UTC 2006


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

Change 95639 by jb at jb_freebsd2 on 2006/04/20 00:53:58

	Start referencing system header files relative to the sys directory
	so that they can be used when building devices into the kernel.
	I suspect I'll have many more iterations of how to handle these
	non-FreeBSD headers. For now I'm trying to avoid install *any*
	so that I can change my mind later.

Affected files ...

.. //depot/projects/dtrace/src/cddl/lib/libdtrace/Makefile#5 edit
.. //depot/projects/dtrace/src/cddl/usr.sbin/dtrace/Makefile#2 edit

Differences ...

==== //depot/projects/dtrace/src/cddl/lib/libdtrace/Makefile#5 (text+ko) ====

@@ -53,6 +53,7 @@
 CFLAGS+=	-I${.OBJDIR} \
 		-I${.CURDIR}/../../../contrib \
 		-I${.CURDIR}/../../../sys/contrib \
+		-I${.CURDIR}/../../../sys \
 		-I${OPENSOLARIS_USR_DISTDIR}/head \
 		-I${OPENSOLARIS_USR_DISTDIR}/lib/libctf/common \
 		-I${OPENSOLARIS_USR_DISTDIR}/lib/libdtrace/common \

==== //depot/projects/dtrace/src/cddl/usr.sbin/dtrace/Makefile#2 (text+ko) ====

@@ -12,6 +12,7 @@
 
 CFLAGS+=	-I${.CURDIR}/../../../contrib \
 		-I${.CURDIR}/../../../sys/contrib \
+		-I${.CURDIR}/../../../sys \
 		-I${OPENSOLARIS_USR_DISTDIR}/head \
 		-I${OPENSOLARIS_USR_DISTDIR}/lib/libdtrace/common \
 		-I${OPENSOLARIS_USR_DISTDIR}/lib/libproc/common \


More information about the p4-projects mailing list