diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
| @@ -1,3 +1,16 @@ | |||
| 1 | 2015-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 | |||
| 1 | 2015-01-06 Paul Eggert <eggert@cs.ucla.edu> | 14 | 2015-01-06 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 15 | ||
| 3 | Merge from gnulib | 16 | Merge from gnulib |