]> code.delx.au - gnu-emacs-elpa/commitdiff
* GNUmakefile (%-pkg.el): Silence the emacs command line again.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 15 Oct 2014 20:39:23 +0000 (16:39 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 15 Oct 2014 20:39:23 +0000 (16:39 -0400)
(all-in-place): Remove debug message.

GNUmakefile

index 25be0987c6ff7bb74391276d1861d465798bc855..6a2aa1e91d5c89c7b48731e51b5b642375e99f97 100644 (file)
@@ -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