p4-projects@freebsd.org
[Top] [All Lists]

PERFORCE change 132591 for review

Subject: PERFORCE change 132591 for review
From: John Birrell
Date: Sat, 5 Jan 2008 22:27:01 GMT
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>
_______________________________________________
p4-projects@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/p4-projects
To unsubscribe, send any mail to "p4-projects-unsubscribe@xxxxxxxxxxx"

<Prev in Thread] Current Thread [Next in Thread>
  • PERFORCE change 132591 for review, John Birrell <=