summaryrefslogtreecommitdiffstats
path: root/release/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-10-11 14:05:19 +0000
committerru <ru@FreeBSD.org>2002-10-11 14:05:19 +0000
commit0d425a16b5c7db40fc40d5cd3e984e0e28d37c76 (patch)
treebf84cf60c2cbb81e6e97504cba797f6805bf9a3b /release/Makefile
parent775372e52e220ea57ea15373e6c1778c9b1e2885 (diff)
downloadFreeBSD-src-0d425a16b5c7db40fc40d5cd3e984e0e28d37c76.zip
FreeBSD-src-0d425a16b5c7db40fc40d5cd3e984e0e28d37c76.tar.gz
Pass -o option to crunchgen(1) to ensure object files end up
in seperate directories. This mostly affects RELENG_4 where not doing so results in ${CHROOTDIR}/usr/src/release being filled with object files, and "srelease" distribution having them in. PR: misc/43825 Prodded by: re (murray)
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile
index 832ba2e..d859103 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -459,9 +459,9 @@ release.5:
rm -rf ${j}_crunch
mkdir ${j}_crunch
.if exists(${.CURDIR}/${TARGET}/${j}_crunch.conf)
- cd ${j}_crunch; ${WMAKEENV} crunchgen ${.CURDIR}/${TARGET}/${j}_crunch.conf
+ cd ${j}_crunch; ${WMAKEENV} crunchgen -o ${.CURDIR}/${TARGET}/${j}_crunch.conf
.else
- cd ${j}_crunch; ${WMAKEENV} crunchgen ${.CURDIR}/${j}_crunch.conf
+ cd ${j}_crunch; ${WMAKEENV} crunchgen -o ${.CURDIR}/${j}_crunch.conf
.endif
cd ${j}_crunch; ${WMAKE} -f ${j}_crunch.mk subclean
cd ${.CURDIR}/..; ${TMAKE} build-tools
OpenPOWER on IntegriCloud