1.0.44.30: don't canonicalize whitespace in ASDF
authorNikodemus Siivola <nikodemus@random-state.net>
Fri, 19 Nov 2010 10:13:40 +0000 (10:13 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Fri, 19 Nov 2010 10:13:40 +0000 (10:13 +0000)
  ASDF isn't that tightly coupled to SBCL anymore -- and munging
  the whitespace there just makes comparing SBCL and upstream ASDFs
  more difficult.

tools-for-build/whitespacely-canonical-filenames
version.lisp-expr

index 5a61381..e3f839f 100755 (executable)
@@ -24,6 +24,7 @@ fi
 
 for source_extension in $source_extensions; do 
     find . \( \
+            -path contrib/asdf \
             -name _darcs -o \
             -name '{arch}' -o \
             -name CVS -o \
index 3d1e9e1..74c2fcf 100644 (file)
@@ -20,4 +20,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.44.29"
+"1.0.44.30"