]> code.delx.au - gnu-emacs-elpa/blobdiff - GNUmakefile
Merge commit '4d47113ec079dfac1bacb987572c93eefdb176ba'
[gnu-emacs-elpa] / GNUmakefile
index e35b82d6699c11c3d48fd4844735655cfebe84db..0b0e3b0fba848158701c3d451fa31286b1fc54ff 100644 (file)
@@ -13,9 +13,11 @@ CR_EXCEPTIONS=copyright_exceptions
 .PHONY: check_copyrights
 check_copyrights:
        @echo "Compute exceptions >$(CR_EXCEPTIONS)~"
-       @export LANG=C;                                                 \
+       @export LC_ALL=C;                                               \
        (cd packages;                                                   \
-       find . -name '.git' -prune -o -name '*.el' -print0 |            \
+       find . -name '.git' -prune -o                                   \
+              -name 'test' -prune -o                                   \
+              -name '*.el' -print0 |                                   \
            xargs -0 grep -L 'Free Software Foundation, Inc' |          \
            grep -v '\(\.dir-locals\|.-\(pkg\|autoloads\)\)\.el$$';     \
        find . -name '.git' -prune -o -name '*.el' -print |             \