set TMPDIR to /tmp

This commit is contained in:
Brian Feldman 2001-12-18 20:05:20 +00:00
parent acec0a5867
commit e2f5b1e827
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=88148

View File

@ -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)