]> git.proxmox.com Git - cargo.git/commitdiff
Fix 'make no-exes'
authorBrian Anderson <banderson@mozilla.com>
Tue, 30 Dec 2014 03:03:54 +0000 (19:03 -0800)
committerBrian Anderson <banderson@mozilla.com>
Tue, 30 Dec 2014 03:03:54 +0000 (19:03 -0800)
Makefile.in

index 049a0929bad05d7f616dc27e0f0a02c8a7e07078..d2c0f4b2d58cea5751f19c742df3201f1b37b75f 100644 (file)
@@ -91,7 +91,8 @@ style:
 
 no-exes:
        find $$(git ls-files) -perm +111 -type f \
-               -not -name configure -not -name '*.sh' -not -name '*.rs' | \
+               -not -name configure -not -name '*.sh' -not -name '*.rs' \
+               -not -wholename "*/rust-installer/*" | \
                grep '.*' \
                && exit 1 || exit 0