Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Nov 2004 02:18:57 GMT
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 64399 for review
Message-ID:  <200411060218.iA62IvbO053055@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=64399

Change 64399 by peter@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}; \



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