Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Apr 2006 00:54:31 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 95639 for review
Message-ID:  <200604200054.k3K0sVbl075315@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=95639

Change 95639 by jb@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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604200054.k3K0sVbl075315>