X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=make.sh;h=8826ede341c9e5fcfd8a2c82090ecad461112878;hb=5e92e9ed61903658015c2a75c79a32ad41dbd29d;hp=31cd52fafb9306325289c21e5af8ad9285f23b9d;hpb=568214ddf4c8ecc881caec98e20848d017974ec0;p=sbcl.git diff --git a/make.sh b/make.sh index 31cd52f..8826ede 100755 --- a/make.sh +++ b/make.sh @@ -72,6 +72,9 @@ find_gnumake # and target machines. sh make-config.sh || exit 1 +# Enforce the source policy for no bogus whitespace +tools-for-build/canonicalize-whitespace || exit 1 + # The make-host-*.sh scripts are run on the cross-compilation host, # and the make-target-*.sh scripts are run on the target machine. In # ordinary compilation, we just do these phases consecutively on the