Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 May 2006 21:06:13 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 96785 for review
Message-ID:  <200605072106.k47L6DcA013583@repoman.freebsd.org>

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

Change 96785 by jb@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}



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