From 46e907099b2e3d16c85d66d2be6cc537aca9dc99 Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Sat, 15 Mar 1997 20:35:06 +0000 Subject: [PATCH] Brain-o. BUILNAME is more important, RELEASETAG ain't even mandatory at all (so protect it with .if defined). --- release/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/release/Makefile b/release/Makefile index bd888542fd04..04138db68b74 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