Date: Sun, 7 May 2006 22:17:47 GMT From: John Birrell <jb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 96796 for review Message-ID: <200605072217.k47MHlO2053280@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=96796 Change 96796 by jb@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605072217.k47MHlO2053280>