X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=install.sh;h=5ee1c74627e183f18af8c41e2f41097fecd62bbd;hb=24e3d887e4b1036f07bc60ae45327d89eeaa678b;hp=0b2efdbfbda1559de879fb29855872b105b8c79d;hpb=7f1e94ae961a198e00daf281eb1dc858e5b2dcc7;p=sbcl.git diff --git a/install.sh b/install.sh index 0b2efdb..5ee1c74 100644 --- a/install.sh +++ b/install.sh @@ -80,8 +80,8 @@ export SBCL SBCL_BUILDING_CONTRIB SBCL_PWD . ./find-gnumake.sh find_gnumake -for i in `cd contrib ; echo *`; do - test -d contrib/$i && test -f obj/asdf-cache/$i/test-passed.test-report || continue; +for i in `cd obj/asdf-cache ; echo *`; do + test -d obj/asdf-cache/$i && test -f obj/asdf-cache/$i/test-passed.test-report || continue; INSTALL_DIR="$SBCL_HOME/contrib/" export INSTALL_DIR ensure_dirs "$BUILD_ROOT$INSTALL_DIR" && $GNUMAKE -C contrib/$i install < /dev/null