summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>1997-03-15 20:59:35 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>1997-03-15 20:59:35 +0000
commitbe153092d7ec8f6b24631905c52c7ff62d00dfd9 (patch)
tree673624b8ef5487b7995bbd9fe48a37b495febf79
parentd29096165b1422604908933fe87f3d53aa3edd7b (diff)
Notes
-rw-r--r--release/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/release/Makefile b/release/Makefile
index 4f0a7478fe63..d13f0835e269 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -132,6 +132,13 @@ 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
# Don't remove this, or the build will fall over!
echo "export RELEASEDIR=/R" >> ${CHROOTDIR}/mk
echo "cd /usr/src" >> ${CHROOTDIR}/mk