X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=clean.sh;h=47f509c96a4af5f88a2c801128e194f008fa8111;hb=504a6aaa119f238880b7d683a24f0ce1b709160e;hp=cf16472aebf6afc775c9fa105defc7b47b24d276;hpb=92cc5a6efe1469fc909c364b4fcab87e99c9d3d2;p=sbcl.git diff --git a/clean.sh b/clean.sh index cf16472..47f509c 100755 --- a/clean.sh +++ b/clean.sh @@ -111,4 +111,5 @@ find . \( \ -name 'TAGS' -o \ -name 'tags' -o \ -name 'test-passed' -o \ + -name 'ldso-stubs.S' -o \ -name 'local-target-features.lisp-expr' \) -print | xargs rm -f