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

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

[elpa] elpa-admin b09c975 134/357: Change echo statements during build.


From: Stefan Monnier
Subject: [elpa] elpa-admin b09c975 134/357: Change echo statements during build.
Date: Thu, 10 Dec 2020 18:06:30 -0500 (EST)

branch: elpa-admin
commit b09c9757b89601589f73dd08acd9c58cba716ef1
Author: Barry O'Reilly <boreilly@aer.com>
Commit: Barry O'Reilly <boreilly@aer.com>

    Change echo statements during build.
---
 GNUmakefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/GNUmakefile b/GNUmakefile
index f9deecf..eb3ce43 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -107,7 +107,7 @@ autoloads := $(foreach pkg, $(pkgs), $(pkg)/$(notdir 
$(pkg))-autoloads.el)
 
 $(foreach al, $(autoloads), $(eval $(call RULE-srcdeps, $(al))))
 %-autoloads.el:
-       @echo 'EMACS -f package-generate-autoloads $@'
+       @echo 'Generating autoloads for $@'
        @cd $(dir $@); \
          $(EMACS) -l $(CURDIR)/admin/archive-contents.el \
              --eval "(archive--refresh-pkg-file)" \
@@ -129,7 +129,7 @@ elcs := $(call SET-diff, $(naive_elcs), $(patsubst %.el, 
%.elc, $(nbc_els)))
 
 # '(dolist (al (quote ($(patsubst %, "%", $(autoloads))))) (load 
(expand-file-name al) nil t))'
 %.elc: %.el
-       @echo 'EMACS -f batch-byte-compile $<'
+       @echo 'Byte compiling $<'
        @$(EMACS) \
            --eval "(setq package-directory-list nil package-user-dir 
\"$(abspath packages)\")" \
            --eval '(package-initialize)' \
@@ -151,7 +151,7 @@ $(extra_elcs):; rm $@
 #                   $(pkg)/$(notdir $(pkg))-pkg.el))
 # #$(foreach al, $(single_pkgs), $(eval $(call RULE-srcdeps, $(al))))
 # %-pkg.el: %.el
-#      @echo 'EMACS -f package-generate-description-file $@'
+#      @echo 'Generating description file $@'
 #      @$(EMACS) \
 #          --eval '(require (quote package))' \
 #          --eval '(setq b (find-file-noselect "$<"))' \



reply via email to

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