]> code.delx.au - gnu-emacs/commitdiff
Less 'make' chatter for lib-src
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 4 Jan 2015 02:44:23 +0000 (18:44 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 4 Jan 2015 02:54:34 +0000 (18:54 -0800)
* Makefile.in (blessmail): Less 'make' chatter here.

lib-src/ChangeLog
lib-src/Makefile.in

index eb2b1f3a94cc6a6294daf119f971a83ccb48e21b..1795f02102771b1e42082d49839a1bb610897a6e 100644 (file)
@@ -1,3 +1,8 @@
+2015-01-04  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Less 'make' chatter for lib-src
+       * Makefile.in (blessmail): Less 'make' chatter here.
+
 2014-12-27  Eli Zaretskii  <eliz@gnu.org>
 
        * Makefile.in (etags_libs, ebrowse${EXEEXT}, profile${EXEEXT})
index 485e2d2eaccb351c66a6d8cce55c685314883db7..22a5ecad8d839d0896c03c3dee13d928e67935bd 100644 (file)
@@ -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.