From: William Harold Newman Date: Fri, 10 Oct 2003 17:25:24 +0000 (+0000) Subject: 0.8.4.19: X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=f7cadee920a6b059d17edf8d27ff92c0229a6632;p=sbcl.git 0.8.4.19: Clean more cleanly: ...Delete more doc/html/ stuff. ...also contrib/sb-bsd-sockets/alien.so --- diff --git a/clean.sh b/clean.sh index c2bf8ad..007bf3f 100755 --- a/clean.sh +++ b/clean.sh @@ -50,7 +50,7 @@ done # probably machine-generated translation of DocBook (*.sgml) files # core # probably a Unix core dump -- not part of the sources anyway -# *.o, *.lib, *.nm, a.out +# *.o, *.so, *.lib, *.nm, a.out # results of C-style linking, assembling, etc. # *.core, *.map # looks like SBCL SAVE-LISP-AND-DIE or GENESIS output, and @@ -94,6 +94,7 @@ find . \( \ -name '*.tmp' -o \ -name '*.lisp-temp' -o \ -name '*.o' -o \ + -name '*.so' -o \ -name 'a.out' -o \ -name 'sbcl' -o \ -name 'sbcl.h' -o \ diff --git a/doc/clean.sh b/doc/clean.sh index 92c882d..0ed3330 100644 --- a/doc/clean.sh +++ b/doc/clean.sh @@ -1,5 +1,10 @@ #!/bin/sh +# Remove directories which are known to be generated for output only. +rm -rf html/ + +# Remove files whose suffixes indicate that they're generated (e.g. +# HTML or PostScript) not source (DocBook/SGML, build scripts, etc.). find . \( \ -name '*.htm' -o \ -name '*.html' \) -print | xargs rm -f diff --git a/version.lisp-expr b/version.lisp-expr index 5d0b04f..fc9951a 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -17,4 +17,4 @@ ;;; checkins which aren't released. (And occasionally for internal ;;; versions, especially for internal versions off the main CVS ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) -"0.8.4.18" +"0.8.4.19"