X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=clean.sh;h=4b84302272f8fe3096b126ab64a39324eeb75350;hb=bab58d17aebd5673d5d37085fb57768ced87ff1c;hp=007bf3f8cbfa4c292b5a729e8af21bb7f9fe3d73;hpb=f7cadee920a6b059d17edf8d27ff92c0229a6632;p=sbcl.git diff --git a/clean.sh b/clean.sh index 007bf3f..4b84302 100755 --- a/clean.sh +++ b/clean.sh @@ -22,6 +22,10 @@ rm -rf obj/* output/* doc/user-manual \ # distribution, we automatically clean up after it here in the # standard clean.sh file.) +# Ensure we know GNUMAKE +. find-gnumake.sh +find_gnumake + # Ask some other directories to clean themselves up. original_pwd=`pwd` for d in tools-for-build; do @@ -31,7 +35,7 @@ for d in tools-for-build; do # this script is just the operations done by these make's, which # is misleading when this script does lotso other operations too. # -- WHN - make -s clean + $GNUMAKE -I ../src/runtime -s clean cd $original_pwd > /dev/null done