From 43276d065ced057ad340593ca3f78bea9b8054da Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Thu, 6 Mar 1997 07:51:40 +0000 Subject: [PATCH] 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. --- release/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/release/Makefile b/release/Makefile index a2d9bdb6d6b..bda03ec1645 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