PERFORCE change 132022 for review

John Birrell jb at FreeBSD.org
Sat Dec 29 20:24:20 PST 2007


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

Change 132022 by jb at jb_freebsd1 on 2007/12/30 04:23:17

	Just build the main dtrace module for now.

Affected files ...

.. //depot/projects/dtrace/src/sys/modules/dtrace/Makefile#18 edit

Differences ...

==== //depot/projects/dtrace/src/sys/modules/dtrace/Makefile#18 (text+ko) ====

@@ -3,8 +3,9 @@
 .include <bsd.own.mk>
 .include "Makefile.inc"
 
-SUBDIR=		dtrace \
-		profile \
+SUBDIR=		dtrace
+
+XXX=		profile \
 		systrace
 
 .if ${MACHINE_ARCH} == "i386"


More information about the p4-projects mailing list