PERFORCE change 64399 for review

Peter Wemm peter at FreeBSD.org
Fri Nov 5 18:18:59 PST 2004


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

Change 64399 by peter at peter_daintree on 2004/11/06 02:18:07

	final tweaks. reduce the scope of the obj and includes stuff.

Affected files ...

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

Differences ...

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

@@ -394,11 +394,19 @@
 	    -p ${LIB32TMP}/usr/include >/dev/null
 	ln -sf ${.CURDIR}/sys ${WORLDTMP}
 .for _t in obj includes
-	cd ${.CURDIR}; \
-	    ${LIB32MAKE} -f Makefile.inc1 DESTDIR=${LIB32TMP} ${_t}
+	cd ${.CURDIR}/include; \
+	    ${LIB32MAKE} DESTDIR=${LIB32TMP} ${_t}
+	cd ${.CURDIR}/lib; \
+	    ${LIB32MAKE} DESTDIR=${LIB32TMP} ${_t}
+	cd ${.CURDIR}/gnu/lib; \
+	    ${LIB32MAKE} DESTDIR=${LIB32TMP} ${_t}
+.if !defined(NOCRYPT)
+	cd ${.CURDIR}/secure/lib; \
+	    ${LIB32MAKE} DESTDIR=${LIB32TMP} ${_t}
+.endif
 .endfor
 .for _dir in lib/libncurses lib/libmagic
-	cd ${.CURDIR}/${_t}; \
+	cd ${.CURDIR}/${_dir}; \
 	    MAKEOBJDIRPREFIX=${OBJTREE}/lib32 ${MAKE} build-tools
 .endfor
 	cd ${.CURDIR}; \


More information about the p4-projects mailing list