From: Mark Huang Date: Tue, 18 Jul 2006 16:06:11 +0000 (+0000) Subject: - run myplc build inside myplc-devel inside a new login shell, so that X-Git-Tag: planetlab-4_0-rc1~137 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=999a9e601ef1646c9558004c7643086657d72455;p=myplc.git - run myplc build inside myplc-devel inside a new login shell, so that MAKEFLAGS is reset and the environment is clean --- diff --git a/build.sh b/build.sh index 35cecab..08bc724 100755 --- a/build.sh +++ b/build.sh @@ -14,7 +14,7 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id$ +# $Id: build.sh,v 1.23 2006/07/17 21:31:31 mlhuang Exp $ # . build.functions @@ -45,7 +45,7 @@ if [ "$PLC_DEVEL_BOOTSTRAP" = "true" ] ; then # Build myplc inside myplc-devel. Make sure PLC_DEVEL_BOOTSTRAP is # false to avoid infinite recursion. - chroot devel/root sh -s <