summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>2001-12-18 20:05:20 +0000
committergreen <green@FreeBSD.org>2001-12-18 20:05:20 +0000
commitd2ce088d88a16eb7f604d43fee20d0e9d45c2387 (patch)
tree1bda94c4c0695e79afee0f9cbfe625a1c098a659 /release
parent0e1740ba177affc90721c4f609ce93bfbb965c15 (diff)
downloadFreeBSD-src-d2ce088d88a16eb7f604d43fee20d0e9d45c2387.zip
FreeBSD-src-d2ce088d88a16eb7f604d43fee20d0e9d45c2387.tar.gz
set TMPDIR to /tmp
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 9782758..228d71f 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -376,6 +376,7 @@ rerelease release:
# Don't remove this, or the build will fall over!
echo "export RELEASEDIR=${_R}" >> ${CHROOTDIR}/mk
echo "export PATH=${BOOTSTRAPDIR}:$${PATH}:${LOCALDIR}" >> ${CHROOTDIR}/mk
+ echo "export TMPDIR=/tmp" >> ${CHROOTDIR}/mk
echo "if [ ! -f /tmp/.world_done ]; then" >> ${CHROOTDIR}/mk
echo " cd /usr/src" >> ${CHROOTDIR}/mk
.if make(release)
OpenPOWER on IntegriCloud