PERFORCE change 106661 for review

soc-andrew soc-andrew at FreeBSD.org
Mon Sep 25 05:42:56 PDT 2006


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

Change 106661 by soc-andrew at soc-andrew_serv on 2006/09/25 12:42:11

	Fix release Makefile to be closer to the CVS version

Affected files ...

.. //depot/projects/soc2005/bsdinstaller/src/release/Makefile#53 edit

Differences ...

==== //depot/projects/soc2005/bsdinstaller/src/release/Makefile#53 (text+ko) ====

@@ -617,7 +617,8 @@
 	rm -rf ${j}_crunch
 	mkdir ${j}_crunch
 	cd ${j}_crunch; ${WMAKEENV} MAKEFLAGS="-m ${.CURDIR}/../share/mk" \
-	    crunchgen -o ${.CURDIR}/${TARGET}/${j}_crunch.conf
+	    crunchgen -o \
+	    ${.CURDIR}/${TARGET}/${j}_crunch.conf
 	cd ${j}_crunch; ${WMAKE} -f ${j}_crunch.mk subclean
 	cd ${.CURDIR}/..; ${BINMAKE} -f Makefile.inc1 _build-tools
 	cd ${j}_crunch; CFLAGS="-Os -pipe" ${WMAKE} -f ${j}_crunch.mk \


More information about the p4-projects mailing list