From c618062187c820755a2d56371c185846ff422008 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Wed, 7 Jun 2006 21:18:28 +0000 Subject: [PATCH] - override TAG so that plc.mk and planetlab.mk don't have to be branched and tagged in order to create an official release --- build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index ded1378b..d8d04c4a 100755 --- a/build.sh +++ b/build.sh @@ -7,7 +7,7 @@ # Mark Huang # Copyright (C) 2003-2005 The Trustees of Princeton University # -# $Id: build.sh,v 1.32 2006/03/08 21:51:08 mlhuang Exp $ +# $Id: build.sh,v 1.33 2006/03/16 16:38:43 mlhuang Exp $ # # Set defaults @@ -87,8 +87,8 @@ exec &>${BASE}/log # Build cvs -d ${CVSROOT} export -r ${TAG} -d ${BASE} ${MODULE} -make PLDISTRO=${PLDISTRO} -C ${BASE} && \ -make PLDISTRO=${PLDISTRO} -C ${BASE} install BASE=$BASE BUILDS=$BUILDS +make TAG=${TAG} PLDISTRO=${PLDISTRO} -C ${BASE} && \ +make TAG=${TAG} PLDISTRO=${PLDISTRO} -C ${BASE} install BASE=$BASE BUILDS=$BUILDS rc=$? if [ $rc -ne 0 ] ; then -- 2.47.0