PERFORCE change 180718 for review
Oleksandr Tymoshenko
gonzo at FreeBSD.org
Sat Jul 10 03:41:41 UTC 2010
http://p4web.freebsd.org/@@180718?ac=10
Change 180718 by gonzo at gonzo_figaro on 2010/07/10 03:41:05
No truss for AVR32
Affected files ...
.. //depot/projects/avr32/src/usr.bin/Makefile#9 edit
Differences ...
==== //depot/projects/avr32/src/usr.bin/Makefile#9 (text+ko) ====
@@ -243,7 +243,7 @@
${_ypmatch} \
${_ypwhich}
-.if ${MACHINE_ARCH} != "arm"
+.if ${MACHINE_ARCH} != "arm" && ${MACHINE_ARCH} != "avr32"
_truss= truss
.endif
More information about the p4-projects
mailing list