diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-04-24 12:51:48 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-04-24 12:51:48 +0000 |
| commit | da40970fa005af479ed0759210146b730e9752ef (patch) | |
| tree | 26ccd3b92dc5c85d5acaa7baedf9c124981c9f5c | |
| parent | 4ab9c1d126f5862a442160a908aa9447ce021ac6 (diff) | |
Notes
| -rw-r--r-- | release/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/release/Makefile b/release/Makefile index aab01fec1ce0..fdb2447561d4 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) |
