aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2015-01-11 01:18:15 -0800
committerPaul Eggert2015-01-11 01:18:48 -0800
commitb995b4ae8f9e08719a92bbe3bd6ac7e8ff091309 (patch)
treec3f5213a2e51c5321d4a3fe6f90faa7b49706941 /ChangeLog
parent6cc9ad8d246774837b95b3f01d9007f10d89c9cc (diff)
downloademacs-b995b4ae8f9e08719a92bbe3bd6ac7e8ff091309.tar.gz
emacs-b995b4ae8f9e08719a92bbe3bd6ac7e8ff091309.zip
Default to 'configure --enable-silent-rules'
This greatly shortens the 'make' output, making it more readable and useful. For example, on my platform it shortens a 4125-character line "gcc -std=gnu99 -c -Demacs -I. -I. -I../lib ... emacs.c" -- a line so long that it's hard to see what's going on or where the diagnostics are -- to just "CC emacs.o". * INSTALL: Document this. * configure.ac: Add AM_SILENT_RULES([yes]). (AM_DEFAULT_VERBOSITY): Remove now-unnecessary initialization. * etc/NEWS: Document this. Fixes: bug#19501
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ceceb68e9dc..cca9100ddf7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
12015-01-11 Paul Eggert <eggert@cs.ucla.edu>
2
3 Default to 'configure --enable-silent-rules'
4 This greatly shortens the 'make' output, making it more readable
5 and useful. For example, on my platform it shortens a
6 4125-character line "gcc -std=gnu99 -c -Demacs -I. -I. -I../lib
7 ... emacs.c" -- a line so long that it's hard to see what's going
8 on or where the diagnostics are -- to just "CC emacs.o".
9 * INSTALL: Document this.
10 * configure.ac: Add AM_SILENT_RULES([yes]).
11 (AM_DEFAULT_VERBOSITY): Remove now-unnecessary initialization.
12 Fixes: bug#19501
13
12015-01-06 Paul Eggert <eggert@cs.ucla.edu> 142015-01-06 Paul Eggert <eggert@cs.ucla.edu>
2 15
3 Merge from gnulib 16 Merge from gnulib