Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Mar 2012 06:16:37 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 207148 for review
Message-ID:  <201203010616.q216GbWc083596@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@207148?ac=10

Change 207148 by gonzo@gonzo_thinkpad on 2012/03/01 06:16:26

	- set dtrace name conditionally

Affected files ...

.. //depot/projects/dtrace-mips/cddl/usr.sbin/Makefile#3 edit

Differences ...

==== //depot/projects/dtrace-mips/cddl/usr.sbin/Makefile#3 (text+ko) ====

@@ -13,12 +13,14 @@
 .endif
 .endif
 
-_dtrace=	dtrace
-
 .if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
 _dtrace=	dtrace
 _dtruss=	dtruss
 _lockstat=	lockstat
 .endif
 
+.if ${MACHINE_CPUARCH} == "mips"
+_dtrace=	dtrace
+.endif
+
 .include <bsd.subdir.mk>



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