Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jan 2008 22:26:31 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 132261 for review
Message-ID:  <200801012226.m01MQVd4047590@repoman.freebsd.org>

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

Change 132261 by jb@jb_freebsd1 on 2008/01/01 22:25:49

	Hook the profile, prototype and systrace providers back into the build.

Affected files ...

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

Differences ...

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

@@ -3,14 +3,13 @@
 .include <bsd.own.mk>
 .include "Makefile.inc"
 
-SUBDIR=		dtrace
-
-XXX=		profile \
+SUBDIR=		dtrace		\
+		profile		\
+		prototype	\
 		systrace
 
 .if ${MACHINE_ARCH} == "i386"
 SUBDIR+=	fbt \
-		prototype \
 		sdt
 .endif
 



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