diff options
author | joerg <joerg@FreeBSD.org> | 1997-03-06 07:51:40 +0000 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 1997-03-06 07:51:40 +0000 |
commit | 34f67082811167339f167e32b7d54ac0b30b6885 (patch) | |
tree | a956aa96aa7ebe07671dda26df160ad39826ec24 /release | |
parent | fa6965ede6129a47d2ffe419c30830e68b36b1d4 (diff) | |
download | FreeBSD-src-34f67082811167339f167e32b7d54ac0b30b6885.zip FreeBSD-src-34f67082811167339f167e32b7d54ac0b30b6885.tar.gz |
Reincarnate one occurance of RELEASEDIR, since the build depends on
it inside some Makefiles. (Duh-oh, i've once included these references
there myself! :)
Noticed by akira@silvia.myaw.ei.meisei-u.ac.jp (Akira WATANABE), and by
my yesterday's build.
Diffstat (limited to 'release')
-rw-r--r-- | release/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile index a2d9bdb..bda03ec 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.277 1997/02/23 15:51:47 joerg Exp $ +# $Id: Makefile,v 1.278 1997/03/02 11:59:25 joerg Exp $ # # How to roll a release: # @@ -124,6 +124,8 @@ rerelease release: echo "set -ex" >> ${CHROOTDIR}/mk echo "CFLAGS='-O2 -pipe'" >> ${CHROOTDIR}/mk echo "export CFLAGS" >> ${CHROOTDIR}/mk + # Don't remove this, or the build will fall over! + echo "export RELEASEDIR=/R" >> ${CHROOTDIR}/mk echo "cd /usr/src" >> ${CHROOTDIR}/mk .if make(release) echo "make world" >> ${CHROOTDIR}/mk |