PERFORCE change 96785 for review

John Birrell jb at FreeBSD.org
Sun May 7 21:06:22 UTC 2006


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

Change 96785 by jb at jb_freebsd2 on 2006/05/07 21:05:51

	Having to do this is annoying. If we can specifiy 'compile-with' in
	files, why can't we share the definition with the depend stage?!

Affected files ...

.. //depot/projects/dtrace/src/sys/conf/kern.pre.mk#3 edit

Differences ...

==== //depot/projects/dtrace/src/sys/conf/kern.pre.mk#3 (text+ko) ====

@@ -78,6 +78,9 @@
 # ...  and XFS
 INCLUDES+= -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs
 
+# ...  and OpenSolaris
+INCLUDES+= -I$S/contrib/opensolaris/compat
+
 .endif
 
 CFLAGS=	${COPTFLAGS} ${CWARNFLAGS} ${DEBUG}


More information about the p4-projects mailing list