summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-04-24 12:51:48 +0000
committerru <ru@FreeBSD.org>2002-04-24 12:51:48 +0000
commitd1865bed8c1cc59d55d79a64058fac60df35f54b (patch)
tree26ccd3b92dc5c85d5acaa7baedf9c124981c9f5c /release
parent8709ee371a6dc3aa57c61d1396972cc5c83b39e8 (diff)
downloadFreeBSD-src-d1865bed8c1cc59d55d79a64058fac60df35f54b.zip
FreeBSD-src-d1865bed8c1cc59d55d79a64058fac60df35f54b.tar.gz
The chrooted environment isn't nearly pristine, so reset
MAKEOBJDIRPREFIX to the canonical /usr/obj while there.
Diffstat (limited to 'release')
-rw-r--r--release/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/Makefile b/release/Makefile
index aab01fe..fdb2447 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -388,6 +388,7 @@ rerelease release:
echo "export RELEASEDIR=${_R}" >> ${CHROOTDIR}/mk
echo "export PATH=${BOOTSTRAPDIR}:$${PATH}:${LOCALDIR}" >> ${CHROOTDIR}/mk
echo "export TMPDIR=/tmp" >> ${CHROOTDIR}/mk
+ echo "export MAKEOBJDIRPREFIX=/usr/obj" >> ${CHROOTDIR}/mk
echo "if [ ! -f /tmp/.world_done ]; then" >> ${CHROOTDIR}/mk
echo " cd /usr/src" >> ${CHROOTDIR}/mk
.if make(release)
OpenPOWER on IntegriCloud