Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Sep 2006 12:42:15 GMT
From:      soc-andrew <soc-andrew@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 106661 for review
Message-ID:  <200609251242.k8PCgFa1096782@repoman.freebsd.org>

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

Change 106661 by soc-andrew@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 \



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