0.9.15.33:
authorChristophe Rhodes <csr21@cam.ac.uk>
Tue, 15 Aug 2006 09:11:34 +0000 (09:11 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Tue, 15 Aug 2006 09:11:34 +0000 (09:11 +0000)
Make whitespacely-canonical-filenames kinder to alternative
revision control systems.  (Not stomping on "pristine" trees
makes them happier)

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

index dd5167c..a0f275d 100755 (executable)
@@ -15,5 +15,7 @@ source_extensions='.lisp .lisp-expr .c .h'
 #   ?
 
 for source_extension in $source_extensions; do 
-    find . -name '*'$source_extension -print
+    find . -name _darcs -prune -o \
+           -name '{arch}' -prune -o \
+           -name '*'$source_extension -print
 done
index 7c459ea..c43ad13 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".)
-"0.9.15.32"
+"0.9.15.33"