Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Aug 2006 23:46:51 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 104571 for review
Message-ID:  <200608192346.k7JNkplh028969@repoman.freebsd.org>

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

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



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