branch: elpa-admin commit 4028a030efa8141a9ab2629973a110b2c6ab6b50 Author: Stefan Monnier <monn...@iro.umontreal.ca> Commit: Stefan Monnier <monn...@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