X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Windows%2Fbuild-dependencies;fp=Windows%2Fbuild-dependencies;h=f2e9692167b3acdf55470bd2ebf0e74804346695;hb=17e858592008dd0fd3fdbe6d510210b4e9c1d613;hp=236b1d8bdcfb696312236ebd7c2ea393f6cfb528;hpb=beb8fa86aba2a20e9fa9884a709c0383cc7a1f06;p=pspp diff --git a/Windows/build-dependencies b/Windows/build-dependencies index 236b1d8bdc..f2e9692167 100755 --- a/Windows/build-dependencies +++ b/Windows/build-dependencies @@ -41,6 +41,8 @@ while test $# -gt 0; do SANDBOX=${1##--sandbox=};; --tarballs=*) SRC_TARBALL_DIR=${1##--tarballs=};; + --no-clean) + noclean=yes;; *) printf "Usage: $0 --arch= --sandbox= [--tarballs=]\n"; exit 1; @@ -62,7 +64,7 @@ fi SRC_TARBALL_DIR=`eval echo $SRC_TARBALL_DIR` -rm -rIf $SANDBOX +test "x$noclean" = "xyes" || rm -rIf $SANDBOX default_build_procs=$(expr $(cat /proc/cpuinfo | grep -c '^processor') + 1)