- override TAG so that plc.mk and planetlab.mk don't have to be branched
authorMark Huang <mlhuang@cs.princeton.edu>
Wed, 7 Jun 2006 21:18:28 +0000 (21:18 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Wed, 7 Jun 2006 21:18:28 +0000 (21:18 +0000)
  and tagged in order to create an official release

build.sh

index ded1378..d8d04c4 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -7,7 +7,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # 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