]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
automake: silent make output for Emacs byte compilation.
authorRichard Hopkins <emacs@unbit.co.uk>
Mon, 26 Sep 2022 15:57:43 +0000 (08:57 -0700)
committerKarl Berry <karl@freefriends.org>
Mon, 26 Sep 2022 15:57:43 +0000 (08:57 -0700)
* lib/am/lisp.am: Use $(AM_V_GEN) in .el.elc rule.
* NEWS: mention this.
* THANKS: add new contributor.

NEWS
THANKS
lib/am/lisp.am

diff --git a/NEWS b/NEWS
index 3a9ede1a6e01d4db2085864e3164bd69009aa6e4..406c5f1ecad37d63b03fe50ea333e1fc9d4511a8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -7,11 +7,13 @@ New in 1.17:
 
 * Bugs fixed
 
-  - When compiling emacs lisp files, emacs is run with --no-site-file to
+  - Compiling Python modules with Python 3.5+ uses multiple optimization
+    levels.
+
+  - When compiling Emacs Lisp files, emacs is run with --no-site-file to
     disable user config files that might hang or access the terminal.
 
-  - Compiling Python modules with Python 3.5+ will use multiple optimization
-    levels now.
+  - Emacs Lisp compilations respects silent make output.
 
 * New features added
 
diff --git a/THANKS b/THANKS
index 9ef9eb4a7477e25b094144a3a7c9e69ba8ed814f..1f246151da317622dbcf249eb78b63ee21a898ce 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -372,6 +372,7 @@ Reuben Thomas                   rrt@sc3d.org
 Rich Wales                      richw@webcom.com
 Richard Boulton                 richard@tartarus.org
 Richard Dawe                    rich@phekda.freeserve.co.uk
+Richard Hopkins                 emacs@unbit.co.uk
 Richard W.M. Jones              rjones@redhat.com
 Rob Savoye                      rob@cygnus.com
 Robert Bihlmeyer                robbe@orcus.priv.at
index 746f01679f72a1172072af72ba120e4c4a249acf..6395ef3897b1383c815be9d07a0b1c8f1930d874 100644 (file)
@@ -30,7 +30,7 @@ endif %?INSTALL%
 ## The destination file is normally determined by appending "c" to the
 ## input (which would erroneously put it in $(srcdir) in VPATH builds),
 ## so we override that, too.
-       if test '$(EMACS)' != no; then \
+       $(AM_V_GEN)if test '$(EMACS)' != no; then \
          am__dir=. am__subdir_includes=''; \
          case $@ in */*) \
            am__dir=`echo '$@' | sed 's,/[^/]*$$,,'`; \