summaryrefslogtreecommitdiffstats
path: root/release/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile
index bd88854..04138db 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.286 1997/03/14 08:21:09 joerg Exp $
+# $Id: Makefile,v 1.287 1997/03/15 19:51:16 joerg Exp $
#
# How to roll a release:
#
@@ -132,7 +132,10 @@ rerelease release:
echo "set -ex" >> ${CHROOTDIR}/mk
echo "CFLAGS='-O2 -pipe'" >> ${CHROOTDIR}/mk
echo "export CFLAGS" >> ${CHROOTDIR}/mk
+ echo "export BUILDNAME=${BUILDNAME}" >> ${CHROOTDIR}/mk
+.if defined(RELEASETAG)
echo "export RELEASETAG=${RELEASETAG}" >> ${CHROOTDIR}/mk
+.endif
.if defined(NO_PORTS)
echo "export NO_PORTS=${NO_PORTS}" >> ${CHROOTDIR}/mk
.endif
OpenPOWER on IntegriCloud