X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=make-target-contrib.sh;fp=make-target-contrib.sh;h=85345e60bd9b731e896b1f3bf7960767a96a4d98;hb=7bc0523e454900b4e8b53f2b5d975422289cd519;hp=bd9f640486b722f6a3c60dcac05765529113305a;hpb=12836ca105af62252aa0974c3f6992e60ce0ebf4;p=sbcl.git diff --git a/make-target-contrib.sh b/make-target-contrib.sh index bd9f640..85345e6 100644 --- a/make-target-contrib.sh +++ b/make-target-contrib.sh @@ -57,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 `