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

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

[elpa] 02/02: Change echo statements during build.


From: Barry O'Reilly
Subject: [elpa] 02/02: Change echo statements during build.
Date: Thu, 24 Apr 2014 21:23:15 +0000

epich pushed a commit to branch master
in repository elpa.

commit e62a9fd4ef28208c692edf89bfbf678201bc0031
Author: Barry O'Reilly <address@hidden>
Date:   Thu Apr 24 17:23:01 2014 -0400

    Change echo statements during build.
---
 GNUmakefile |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/GNUmakefile b/GNUmakefile
index f9deecf..eb3ce43 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -107,7 +107,7 @@ autoloads := $(foreach pkg, $(pkgs), $(pkg)/$(notdir 
$(pkg))-autoloads.el)
 
 $(foreach al, $(autoloads), $(eval $(call RULE-srcdeps, $(al))))
 %-autoloads.el:
-       @echo 'EMACS -f package-generate-autoloads $@'
+       @echo 'Generating autoloads for $@'
        @cd $(dir $@); \
          $(EMACS) -l $(CURDIR)/admin/archive-contents.el \
              --eval "(archive--refresh-pkg-file)" \
@@ -129,7 +129,7 @@ elcs := $(call SET-diff, $(naive_elcs), $(patsubst %.el, 
%.elc, $(nbc_els)))
 
 # '(dolist (al (quote ($(patsubst %, "%", $(autoloads))))) (load 
(expand-file-name al) nil t))'
 %.elc: %.el
-       @echo 'EMACS -f batch-byte-compile $<'
+       @echo 'Byte compiling $<'
        @$(EMACS) \
            --eval "(setq package-directory-list nil package-user-dir 
\"$(abspath packages)\")" \
            --eval '(package-initialize)' \
@@ -151,7 +151,7 @@ $(extra_elcs):; rm $@
 #                   $(pkg)/$(notdir $(pkg))-pkg.el))
 # #$(foreach al, $(single_pkgs), $(eval $(call RULE-srcdeps, $(al))))
 # %-pkg.el: %.el
-#      @echo 'EMACS -f package-generate-description-file $@'
+#      @echo 'Generating description file $@'
 #      @$(EMACS) \
 #          --eval '(require (quote package))' \
 #          --eval '(setq b (find-file-noselect "$<"))' \



reply via email to

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