PERFORCE change 116899 for review

Peter Wemm peter at FreeBSD.org
Fri Mar 30 01:26:50 UTC 2007


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

Change 116899 by peter at peter_daintree on 2007/03/30 01:26:45

	Deal with make variable name changes

Affected files ...

.. //depot/projects/hammer/Makefile.inc1#120 edit

Differences ...

==== //depot/projects/hammer/Makefile.inc1#120 (text+ko) ====

@@ -432,9 +432,9 @@
 	cd ${.CURDIR}/lib; ${LIB32WMAKE} ${_t}
 	cd ${.CURDIR}/gnu/lib; ${LIB32WMAKE} ${_t}
 	cd ${.CURDIR}/usr.bin/ldd; \
-	    ${LIB32MAKE} DESTDIR=${LIB32TMP} ${_t}
+	    ${LIB32WMAKE} DESTDIR=${LIB32TMP} ${_t}
 	cd ${.CURDIR}/usr.bin/gcore; \
-	    ${LIB32MAKE} DESTDIR=${LIB32TMP} ${_t}
+	    ${LIB32WMAKE} DESTDIR=${LIB32TMP} ${_t}
 .if ${MK_CRYPT} != "no"
 	cd ${.CURDIR}/secure/lib; ${LIB32WMAKE} ${_t}
 .endif
@@ -442,7 +442,7 @@
 	cd ${.CURDIR}/kerberos5/lib; ${LIB32WMAKE} ${_t}
 .endif
 	cd ${.CURDIR}/gnu/usr.bin/cc/include; \
-	    ${LIB32MAKE} DESTDIR=${LIB32TMP} ${_t}
+	    ${LIB32WMAKE} DESTDIR=${LIB32TMP} ${_t}
 .endfor
 .for _dir in usr.bin/lex/lib
 	cd ${.CURDIR}/${_dir}; ${LIB32WMAKE} obj
@@ -457,9 +457,9 @@
 	cd ${.CURDIR}/libexec/rtld-elf; \
 	    PROG=ld-elf32.so.1 ${LIB32WMAKE} ${_t}
 	cd ${.CURDIR}/usr.bin/ldd; \
-	    PROG=ldd32 ${LIB32MAKE} DESTDIR=${LIB32TMP} ${_t}
+	    PROG=ldd32 ${LIB32WMAKE} DESTDIR=${LIB32TMP} ${_t}
 	cd ${.CURDIR}/usr.bin/gcore; \
-	    PROG=gcore32 ${LIB32MAKE} DESTDIR=${LIB32TMP} ${_t}
+	    PROG=gcore32 ${LIB32WMAKE} DESTDIR=${LIB32TMP} ${_t}
 .endfor
 
 distribute32 install32:
@@ -474,8 +474,8 @@
 	cd ${.CURDIR}/secure/lib; ${LIB32IMAKE} ${.TARGET:S/32$//}
 .endif
 	cd ${.CURDIR}/libexec/rtld-elf; PROG=ld-elf32.so.1 ${LIB32IMAKE} ${.TARGET:S/32$//}
-	cd ${.CURDIR}/usr.bin/ldd; PROG=ldd32 ${LIB32MAKE} ${.TARGET:S/32$//}
-	cd ${.CURDIR}/usr.bin/gcore; PROG=gcore32 ${LIB32MAKE} ${.TARGET:S/32$//}
+	cd ${.CURDIR}/usr.bin/ldd; PROG=ldd32 ${LIB32WMAKE} ${.TARGET:S/32$//}
+	cd ${.CURDIR}/usr.bin/gcore; PROG=gcore32 ${LIB32WMAKE} ${.TARGET:S/32$//}
 .endif
 
 


More information about the p4-projects mailing list