1.0.5.1: remove ldso-stubs.S in clean.sh
authorChristophe Rhodes <csr21@cantab.net>
Sun, 29 Apr 2007 08:51:56 +0000 (08:51 +0000)
committerChristophe Rhodes <csr21@cantab.net>
Sun, 29 Apr 2007 08:51:56 +0000 (08:51 +0000)
(patch from Timothy Ritchey sbcl-devel 2007-04-26)

clean.sh
version.lisp-expr

index cf16472..47f509c 100755 (executable)
--- 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
index 82d51d7..dd972c5 100644 (file)
@@ -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".)
-"1.0.5"
+"1.0.5.1"