diff options
| author | Joerg Wunsch <joerg@FreeBSD.org> | 1997-03-06 07:51:40 +0000 |
|---|---|---|
| committer | Joerg Wunsch <joerg@FreeBSD.org> | 1997-03-06 07:51:40 +0000 |
| commit | 43276d065ced057ad340593ca3f78bea9b8054da (patch) | |
| tree | 49db9c4325f62fcf67825fb8bf47e996efbe8f3a | |
| parent | d88024184cc2ae4860e7d640b88dbb7c2830f0dc (diff) | |
Notes
| -rw-r--r-- | release/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile index a2d9bdb6d6b74..bda03ec164585 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 |
