PERFORCE change 132591 for review

John Birrell jb at FreeBSD.org
Sat Jan 5 14:27:01 PST 2008


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

Change 132591 by jb at jb_freebsd1 on 2008/01/05 22:26:00

	Build the Functon Boundary Trace (fbt) provider on amd64 and i386.
	
	Remove the Statically Defined Trace (sdt) provider for now.

Affected files ...

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

Differences ...

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

@@ -9,9 +9,10 @@
 		prototype	\
 		systrace
 
-.if ${MACHINE_ARCH} == "i386"
-SUBDIR+=	fbt \
-		sdt
+.if ${MACHINE_ARCH} == "amd64"
+SUBDIR+=	fbt
+.elif ${MACHINE_ARCH} == "i386"
+SUBDIR+=	fbt
 .endif
 
 .include <bsd.subdir.mk>


More information about the p4-projects mailing list