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

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

[elpa] elpa-admin 4028a03 161/357: * GNUmakefile (%-pkg.el): Silence the


From: Stefan Monnier
Subject: [elpa] elpa-admin 4028a03 161/357: * GNUmakefile (%-pkg.el): Silence the emacs command line again.
Date: Thu, 10 Dec 2020 18:06:35 -0500 (EST)

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

    * GNUmakefile (%-pkg.el): Silence the emacs command line again.
    (all-in-place): Remove debug message.
---
 GNUmakefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/GNUmakefile b/GNUmakefile
index 25be098..6a2aa1e 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -149,7 +149,7 @@ pkg_descs:=$(foreach pkg, $(pkgs), $(pkg)/$(notdir 
$(pkg))-pkg.el)
 #$(foreach al, $(single_pkgs), $(eval $(call RULE-srcdeps, $(al))))
 %-pkg.el: %.el
        @echo 'Generating description file $@'
-       $(EMACS) \
+       @$(EMACS) \
            --eval '(require (quote package))' \
            --eval '(setq b (find-file-noselect "$<"))' \
            --eval '(setq d (with-current-buffer b (package-buffer-info)))' \
@@ -157,7 +157,6 @@ pkg_descs:=$(foreach pkg, $(pkgs), $(pkg)/$(notdir 
$(pkg))-pkg.el)
 
 .PHONY: all-in-place
 all-in-place: $(extra_elcs) $(autoloads) $(pkg_descs)
-       echo Descs = $(pkg_descs)
        # Do them in a sub-make, so that autoloads are done first.
        $(MAKE) elcs
 



reply via email to

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