PERFORCE change 104571 for review

John Birrell jb at FreeBSD.org
Sat Aug 19 23:46:52 UTC 2006


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

Change 104571 by jb at jb_zoo on 2006/08/19 23:46:21

	- Remove NO_DTRACE as it turned out not to be useful.
	- Change NO_CDDL to MK_CDDL to suit the new style build toggles.
	- Add amd64 to the list of arches on which DTrace works.

Affected files ...

.. //depot/projects/dtrace/src/share/mk/bsd.dtrace.mk#3 edit

Differences ...

==== //depot/projects/dtrace/src/share/mk/bsd.dtrace.mk#3 (text+ko) ====

@@ -1,7 +1,6 @@
 # $FreeBSD$
 
-.if ${MACHINE_ARCH} != "i386" && ${MACHINE_ARCH} != "sparc64"
+.if ${MACHINE_ARCH} != "amd64" && ${MACHINE_ARCH} != "i386" && ${MACHINE_ARCH} != "sparc64"
 NO_CTF=		1
-NO_CDDL=	1
-NO_DTRACE=	1
+MK_CDDL=	no
 .endif


More information about the p4-projects mailing list