X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=make-target-contrib.sh;h=85345e60bd9b731e896b1f3bf7960767a96a4d98;hb=4fa1c71c7dfa5c6d361304321cc67069a6410694;hp=934fb9a74d4693ecac8980f45bf8ca89fd2ec36a;hpb=102b7c83b326855e16c3bc3ce4fa60c6d7aaba85;p=sbcl.git diff --git a/make-target-contrib.sh b/make-target-contrib.sh index 934fb9a..85345e6 100644 --- a/make-target-contrib.sh +++ b/make-target-contrib.sh @@ -32,7 +32,8 @@ if [ "$OSTYPE" = "cygwin" ] ; then SBCL_PWD=`echo $SBCL_PWD | sed s/\ /\\\\\\\\\ /g` fi -SBCL="$SBCL_PWD/src/runtime/sbcl --noinform --core $SBCL_PWD/output/sbcl.core --disable-debugger --no-sysinit --no-userinit" +SBCL="$SBCL_PWD/src/runtime/sbcl --noinform --core $SBCL_PWD/output/sbcl.core \ +--lose-on-corruption --disable-debugger --no-sysinit --no-userinit" SBCL_BUILDING_CONTRIB=1 export SBCL SBCL_BUILDING_CONTRIB @@ -56,6 +57,10 @@ find contrib/ \( -name '*.fasl' -o \ find output -name 'building-contrib.*' -print | xargs rm -f +# Ignore all source registries. +CL_SOURCE_REGISTRY='(:source-registry :ignore-inherited-configuration)' +export CL_SOURCE_REGISTRY + for i in contrib/*; do test -d $i && test -f $i/Makefile || continue; # export INSTALL_DIR=$SBCL_HOME/`basename $i `