X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/22139aea022e817c98de331919bbe60cbca54f52..afdedc85aa165c6c813e0509bb1a546feccf8942:/GNUmakefile diff --git a/GNUmakefile b/GNUmakefile index e35b82d66..0b0e3b0fb 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -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 | \