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

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

[elpa] 09/16: * GNUmakefile (%-pkg.el): Silence the emacs command line a


From: Stefan Monnier
Subject: [elpa] 09/16: * GNUmakefile (%-pkg.el): Silence the emacs command line again. (all-in-place): Remove debug message.
Date: Wed, 15 Oct 2014 21:05:57 +0000

monnier pushed a commit to branch master
in repository elpa.

commit 963be6de47d2da15b6a062e24bd487514feb11fa
Author: Stefan Monnier <address@hidden>
Date:   Wed Oct 15 16:39:23 2014 -0400

    * GNUmakefile (%-pkg.el): Silence the emacs command line again.
    (all-in-place): Remove debug message.
---
 GNUmakefile |    3 +--
 1 files changed, 1 insertions(+), 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]