X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=clean.sh;h=6a6d5bab05e1a517c15bc49d3b4f8143cde42389;hb=04d819bb1a2e64de4e997203b9516229bb73c686;hp=e09790d15cae7b6f989bc2f22ad2ec81894ce542;hpb=babd45f7788c2f50c9d6193c1c7108e0a6b3a547;p=sbcl.git diff --git a/clean.sh b/clean.sh index e09790d..6a6d5ba 100755 --- a/clean.sh +++ b/clean.sh @@ -40,7 +40,7 @@ done # are never in the sources, so must've been created # sbcl # the runtime environment, created by compiling C code -# sbcl.h +# sbcl.h # information about Lisp code needed to build the runtime environment, # created by running GENESIS # Config, target @@ -59,7 +59,7 @@ done # .#*, *.orig, .*.orig, *.rej # rubbish left behind by CVS updates # *.htm, *.html -# The system doc sources are mostly texinfo, plus various odds +# The system doc sources are mostly texinfo, plus various odds # and ends like docstrings embedded in .lisp sources; any HTML is # automatically-generated output. # depend @@ -73,34 +73,34 @@ done # test-passed # generated by automatic directory-test-thyself procedure find . \( \ - -type l -o \ - -name '*~' -o \ - -name '#*#' -o \ - -name '.#*' -o \ - -name '*.orig' -o \ - -name '.*.orig' -o \ + -type l -o \ + -name '*~' -o \ + -name '#*#' -o \ + -name '.#*' -o \ + -name '*.orig' -o \ + -name '.*.orig' -o \ -name '*.rej' -o \ - -name '?*.x86f' -o \ - -name '?*.axpf' -o \ - -name '?*.lbytef' -o \ - -name '?*.fasl' -o \ - -name 'core' -o \ - -name '?*.core' -o \ - -name '*.map' -o \ - -name '*.nm' -o \ - -name '*.host-obj' -o \ - -name '*.lisp-obj' -o \ - -name '*.target-obj' -o \ - -name '*.lib' -o \ - -name '*.tmp' -o \ - -name '*.lisp-temp' -o \ - -name '*.o' -o \ - -name '*.so' -o \ - -name 'a.out' -o \ - -name 'sbcl' -o \ - -name 'sbcl.h' -o \ - -name 'depend' -o \ - -name 'TAGS' -o \ - -name 'tags' -o \ - -name 'test-passed' -o \ - -name 'local-target-features.lisp-expr' \) -print | xargs rm -f + -name '?*.x86f' -o \ + -name '?*.axpf' -o \ + -name '?*.lbytef' -o \ + -name '?*.fasl' -o \ + -name 'core' -o \ + -name '?*.core' -o \ + -name '*.map' -o \ + -name '*.nm' -o \ + -name '*.host-obj' -o \ + -name '*.lisp-obj' -o \ + -name '*.target-obj' -o \ + -name '*.lib' -o \ + -name '*.tmp' -o \ + -name '*.lisp-temp' -o \ + -name '*.o' -o \ + -name '*.so' -o \ + -name 'a.out' -o \ + -name 'sbcl' -o \ + -name 'sbcl.h' -o \ + -name 'depend' -o \ + -name 'TAGS' -o \ + -name 'tags' -o \ + -name 'test-passed' -o \ + -name 'local-target-features.lisp-expr' \) -print | xargs rm -f