X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=clean.sh;h=e56d79f3b42989ae3e3d0cc212b27f06b8423592;hb=99e23fa74844ef606b7f3f33768eab6466c9dfef;hp=cdac823716389d8c4027822907506242d3c9ee80;hpb=2e498cbcb062ff8b6e21703838e214c6427bffe8;p=sbcl.git diff --git a/clean.sh b/clean.sh index cdac823..e56d79f 100755 --- a/clean.sh +++ b/clean.sh @@ -30,7 +30,7 @@ for d in tools-for-build; do # is misleading when this script does lotso other operations too. # -- WHN $GNUMAKE -I ../src/runtime -s clean - cd $original_pwd > /dev/null + cd "$original_pwd" > /dev/null done ( cd ./doc ; sh ./clean.sh ) @@ -105,6 +105,12 @@ find . \( \ -name '*.o' -o \ -name '*.so' -o \ -name '*.d' -o \ + -name 'foo.c' -o \ + -name 'test-output' -o \ + -name 'test-lab' -o \ + -name 'encodings.texi-temp' -o \ + -name 'stack-alignment-offset' -o \ + -name 'test-status.lisp-expr' -o \ -name 'a.out' -o \ -name 'sbcl' -o \ -name 'sbcl.h' -o \ @@ -113,4 +119,4 @@ find . \( \ -name 'tags' -o \ -name 'test-passed' -o \ -name 'ldso-stubs.S' -o \ - -name 'local-target-features.lisp-expr' \) -print | xargs rm -f + -name 'local-target-features.lisp-expr' \) -print | xargs rm -fr