Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Jan 2008 22:27:01 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 132591 for review
Message-ID:  <200801052227.m05MR17w040900@repoman.freebsd.org>

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

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



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