0.9.17.18: fix windows build, MAKE-ALIEN compiler note muffled fully
[sbcl.git] / tools-for-build / whitespacely-canonical-filenames
index b858795..a0f275d 100755 (executable)
 # conservative syntax used in SBCL sources)
 source_extensions='.lisp .lisp-expr .c .h'
 # other candidates:
-#   .sh
+#   .sh: if ./make.sh is altered, Bad Things happen
 #   ?
 
 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