X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tools-for-build%2Fwhitespacely-canonical-filenames;h=e0443753b776228652ccc7b2a03c12d218ad8696;hb=29fe19ac6c578b145dd56756ceebd17948c0c6b1;hp=ff8f4ef88b76137a6b5a020626e886bd8648c230;hpb=5dbc64f47b6106b196a0286f1c3e2c66c17ee14d;p=sbcl.git diff --git a/tools-for-build/whitespacely-canonical-filenames b/tools-for-build/whitespacely-canonical-filenames index ff8f4ef..e044375 100755 --- a/tools-for-build/whitespacely-canonical-filenames +++ b/tools-for-build/whitespacely-canonical-filenames @@ -9,7 +9,7 @@ # glob patterns for source files in languages for which the # canonicalization is safe (not affecting meaning, at least given the # conservative syntax used in SBCL sources) -source_extensions='.lisp .lisp-expr .c .h' +source_extensions='.lisp .lisp-expr .c .h .asd' # other candidates: # .sh: if ./make.sh is altered, Bad Things happen # ? @@ -24,6 +24,7 @@ fi for source_extension in $source_extensions; do find . \( \ + -path contrib/asdf -o \ -name _darcs -o \ -name '{arch}' -o \ -name CVS -o \