X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=make-target-contrib.sh;h=78d6574fa7dfbd55323ce1f96f12856d0c10a60f;hb=01e9e8c568777d6480699e6cb3947f38c3bed350;hp=24c91c3fa0c780361b198741a8fb96f48f5065c2;hpb=e0f344219fe6cd5329aae9fc343466bcd71d4edf;p=sbcl.git diff --git a/make-target-contrib.sh b/make-target-contrib.sh index 24c91c3..78d6574 100644 --- a/make-target-contrib.sh +++ b/make-target-contrib.sh @@ -21,20 +21,13 @@ export LANG LC_ALL . ./find-gnumake.sh find_gnumake -# usually SBCL_HOME refers to the installed root of SBCL, not the -# build directory. Right now, however, where there are dependencies -# between contrib packages, we want the _uninstalled_ versions to be -# found -if [ "$OSTYPE" = "cygwin" ] ; then - SBCL_BASE=$(cygpath -m $(pwd)) -else - SBCL_BASE=`pwd` -fi -SBCL_HOME=$SBCL_BASE/contrib -export SBCL_HOME +. ./sbcl-pwd.sh +sbcl_pwd +SBCL_HOME=$SBCL_PWD/contrib +export SBCL_HOME -SBCL="$SBCL_BASE/src/runtime/sbcl --noinform --core $SBCL_BASE/output/sbcl.core --disable-debugger" +SBCL="$SBCL_PWD/src/runtime/sbcl --noinform --core $SBCL_PWD/output/sbcl.core --disable-debugger --no-sysinit --no-userinit" SBCL_BUILDING_CONTRIB=1 export SBCL SBCL_BUILDING_CONTRIB