Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Dec 2007 04:24:15 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 132022 for review
Message-ID:  <200712300424.lBU4OFTa014031@repoman.freebsd.org>

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

Change 132022 by jb@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"



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