summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS8
-rw-r--r--THANKS1
-rw-r--r--lib/am/lisp.am2
3 files changed, 7 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 3a9ede1a6..406c5f1ec 100644
--- 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 9ef9eb4a7..1f246151d 100644
--- 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
diff --git a/lib/am/lisp.am b/lib/am/lisp.am
index 746f01679..6395ef389 100644
--- a/lib/am/lisp.am
+++ b/lib/am/lisp.am
@@ -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,/[^/]*$$,,'`; \