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)
This commit is contained in:
parent
1592d7d551
commit
e6d616b239
@ -459,9 +459,9 @@ release.5:
|
|||||||
rm -rf ${j}_crunch
|
rm -rf ${j}_crunch
|
||||||
mkdir ${j}_crunch
|
mkdir ${j}_crunch
|
||||||
.if exists(${.CURDIR}/${TARGET}/${j}_crunch.conf)
|
.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
|
.else
|
||||||
cd ${j}_crunch; ${WMAKEENV} crunchgen ${.CURDIR}/${j}_crunch.conf
|
cd ${j}_crunch; ${WMAKEENV} crunchgen -o ${.CURDIR}/${j}_crunch.conf
|
||||||
.endif
|
.endif
|
||||||
cd ${j}_crunch; ${WMAKE} -f ${j}_crunch.mk subclean
|
cd ${j}_crunch; ${WMAKE} -f ${j}_crunch.mk subclean
|
||||||
cd ${.CURDIR}/..; ${TMAKE} build-tools
|
cd ${.CURDIR}/..; ${TMAKE} build-tools
|
||||||
|
Loading…
Reference in New Issue
Block a user