emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] elpa-admin 0b90b0a 322/357: * GNUmakefile (check_copyrights): Onl


From: Stefan Monnier
Subject: [elpa] elpa-admin 0b90b0a 322/357: * GNUmakefile (check_copyrights): Only look at "copyright" in comments
Date: Thu, 10 Dec 2020 18:07:07 -0500 (EST)

branch: elpa-admin
commit 0b90b0a799a6caf073bdf50253c774744c6067e8
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    * GNUmakefile (check_copyrights): Only look at "copyright" in comments
    
    (%-autoloads.el): Be less noisy.  No need for `archive-refresh-pkg-file`.
    
    * copyright_exceptions: Remove exceptions now ignored by `check_copyrights`
---
 GNUmakefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/GNUmakefile b/GNUmakefile
index 5d2095f..2560ab9 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -26,7 +26,7 @@ check_copyrights:
                fquoted="$$(echo $$f|tr '|' '_')";                  \
                sed -n -e '/[Cc]opyright.*, *[1-9][-0-9]*,\?$$/N'   \
                    -e '/Free Software Foundation/d'                \
-                   -e "s|^\\(.*[Cc]opyright\\)|$$fquoted:\\1|p"    \
+                   -e "s|^\\(.*;.*[Cc]opyright\\)|$$fquoted:\\1|p" \
                   "$$f";                                           \
            done) | sort >$(CR_EXCEPTIONS)~
        diff -u "$(CR_EXCEPTIONS)" "$(CR_EXCEPTIONS)~"
@@ -137,10 +137,9 @@ autoloads := $(foreach pkg, $(pkgs), $(pkg)/$(notdir 
$(pkg))-autoloads.el)
 
 $(foreach al, $(autoloads), $(eval $(call RULE-srcdeps, $(al))))
 %-autoloads.el:
-       @echo 'Generating autoloads for $@'
+       @#echo 'Generating autoloads for $@'
        @cd $(dir $@) &&                                                   \
          $(EMACS) -l $(CURDIR)/admin/archive-contents.el                  \
-             --eval "(archive-refresh-pkg-file)"                          \
              --eval "(require 'package)"                                  \
              --eval "(load (expand-file-name \"../names/names-autoloads.el\") 
t t)" \
              --eval "(package-generate-autoloads \"$$(basename $$(pwd))\" \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]