PERFORCE change 228181 for review

Robert Watson rwatson at FreeBSD.org
Sun Apr 28 16:39:37 UTC 2013


http://p4web.freebsd.org/@@228181?ac=10

Change 228181 by rwatson at rwatson_zenith_cl_cam_ac_uk on 2013/04/28 16:38:46

	Remove unneeded MACHINE_CPUARCH-derived adjustment for libstand
	on mips: it is already "mips" and not "mips64" here.
	
	Spotted by:	imp

Affected files ...

.. //depot/projects/ctsrd/beribsd/src/lib/libstand/Makefile#6 edit

Differences ...

==== //depot/projects/ctsrd/beribsd/src/lib/libstand/Makefile#6 (text+ko) ====

@@ -109,8 +109,6 @@
 .PATH: ${.CURDIR}/i386
 .elif ${MACHINE_ARCH} == "powerpc64"
 .PATH: ${.CURDIR}/powerpc
-.elif ${MACHINE_ARCH} == "mips64"
-.PATH: ${.CURDIR}/mips
 .else
 .PATH: ${.CURDIR}/${MACHINE_CPUARCH}
 .endif


More information about the p4-projects mailing list