From da40970fa005af479ed0759210146b730e9752ef Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Wed, 24 Apr 2002 12:51:48 +0000 Subject: [PATCH] The chrooted environment isn't nearly pristine, so reset MAKEOBJDIRPREFIX to the canonical /usr/obj while there. --- release/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/release/Makefile b/release/Makefile index aab01fec1ce..fdb2447561d 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)