From: Stefan Monnier Date: Wed, 15 Oct 2014 20:39:23 +0000 (-0400) Subject: * GNUmakefile (%-pkg.el): Silence the emacs command line again. X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/963be6de47d2da15b6a062e24bd487514feb11fa * GNUmakefile (%-pkg.el): Silence the emacs command line again. (all-in-place): Remove debug message. --- diff --git a/GNUmakefile b/GNUmakefile index 25be0987c..6a2aa1e91 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