From 999a9e601ef1646c9558004c7643086657d72455 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Tue, 18 Jul 2006 16:06:11 +0000 Subject: [PATCH] - run myplc build inside myplc-devel inside a new login shell, so that MAKEFLAGS is reset and the environment is clean --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 <