diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2015-01-03 18:44:23 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2015-01-03 18:54:34 -0800 |
commit | 0d85a0c05e9676c57c0dcc140c6d0347bee611d1 (patch) | |
tree | b3333f19f915eebc3dc5f5febafde62537037639 /lib-src | |
parent | c895d02ca13c4f1b57daf75755d32352502b9489 (diff) | |
download | emacs-0d85a0c05e9676c57c0dcc140c6d0347bee611d1.tar.gz |
Less 'make' chatter for lib-src
* Makefile.in (blessmail): Less 'make' chatter here.
Diffstat (limited to 'lib-src')
-rw-r--r-- | lib-src/ChangeLog | 5 | ||||
-rw-r--r-- | lib-src/Makefile.in | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index eb2b1f3a94c..1795f021027 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -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}) diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 485e2d2eacc..22a5ecad8d8 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. |