emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 0d85a0c 4/7: Less 'make' chatter for lib-src


From: Paul Eggert
Subject: [Emacs-diffs] master 0d85a0c 4/7: Less 'make' chatter for lib-src
Date: Sun, 04 Jan 2015 02:54:43 +0000

branch: master
commit 0d85a0c05e9676c57c0dcc140c6d0347bee611d1
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    Less 'make' chatter for lib-src
    
    * Makefile.in (blessmail): Less 'make' chatter here.
---
 lib-src/ChangeLog   |    5 +++++
 lib-src/Makefile.in |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index eb2b1f3..1795f021 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,8 @@
+2015-01-04  Paul Eggert  <address@hidden>
+
+       Less 'make' chatter for lib-src
+       * Makefile.in (blessmail): Less 'make' chatter here.
+
 2014-12-27  Eli Zaretskii  <address@hidden>
 
        * Makefile.in (etags_libs, ebrowse${EXEEXT}, profile${EXEEXT})
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in
index 485e2d2..22a5eca 100644
--- a/lib-src/Makefile.in
+++ b/lib-src/Makefile.in
@@ -223,8 +223,8 @@ $(EXE_FILES): ../lib/libgnu.a
 ## Only used if we need blessmail, but no harm in always defining.
 ## This makes the actual blessmail executable.
 blessmail: $(srcdir)/../lisp/mail/blessmail.el
-       $(EMACS) $(EMACSOPT) -l $<
-       chmod +x $@
+       $(AM_V_GEN)$(EMACS) $(EMACSOPT) -l $<
+       $(AM_V_at)chmod +x $@
 
 ## This checks if we need to run blessmail.
 ## Do not charge ahead and do it!  Let the installer decide.



reply via email to

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