From: Mark Huang Date: Sun, 21 Jan 2007 08:46:02 +0000 (+0000) Subject: - also delete parseSpec binary, so that it gets regenerated X-Git-Tag: planetlab-4_0-rc1~28 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=48fa2ebc98e5a2684456c05e2e51ec40441d27b7;p=build.git - also delete parseSpec binary, so that it gets regenerated --- diff --git a/build.sh b/build.sh index 98fc8db7..f7f6ebb0 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.36 2007/01/20 04:19:13 mlhuang Exp $ +# $Id: build.sh,v 1.37 2007/01/20 14:08:42 mlhuang Exp $ # PATH=/sbin:/bin:/usr/sbin:/usr/bin @@ -128,9 +128,9 @@ sudo $BASE/BUILD/myplc-devel-*/myplc/host.init start # Cross mount the current build directory to the build user home directory sudo mount -o bind,rw $BASE $PLC_ROOT/data/build -# Delete .rpmmacros file so that it gets regenerated with the -# appropriate paths relative to the chroot. -rm -f .rpmmacros +# Delete .rpmmacros and parseSpec files so that they get regenerated +# appropriately in the development environment. +rm -f .rpmmacros parseSpec # Enable networking sudo cp -f /etc/hosts /etc/resolv.conf $PLC_ROOT/etc/