diff options
| author | Paul Eggert | 2014-09-01 02:49:51 -0700 |
|---|---|---|
| committer | Paul Eggert | 2014-09-01 02:49:51 -0700 |
| commit | bc12381e609621f4f87a290a4b8abc9d826528df (patch) | |
| tree | b0506d9a6c7dc1873277027a7c02f59bd7ffba8d /INSTALL | |
| parent | 1564080f0b24551765d7068b9fc02f6e5a78fea3 (diff) | |
| download | emacs-bc12381e609621f4f87a290a4b8abc9d826528df.tar.gz emacs-bc12381e609621f4f87a290a4b8abc9d826528df.zip | |
--enable-silent-warnings now suppresses more chatter.
* INSTALL, etc/NEWS: Document this.
* lib-src/Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_CC, am__v_CC_)
(am__v_CC_0, am__v_CC_1, AM_V_CCLD, am__v_CCLD_, am__v_CCLD_0)
(am__v_CCLD_1): New macros, taken from Automake.
(regex.o, etags${EXEEXT}, ctags${EXEEXT}, ebrowse${EXEEXT})
(profile${EXEEXT}, make-docfile${EXEEXT}, movemail${EXEEXT})
(pop.o, emacsclient${EXEEXT}, emacsclientw${EXEEXT})
(emacsclientw${EXEEXT}, ntlib.o, hexl${EXEEXT})
(update-game-score${EXEEXT}): Use them.
* lwlib/Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_CC, am__v_CC_)
(am__v_CC_0, am__v_CC_1): New macros, taken from Automake.
(.c.o): Use them.
* oldXMenu/Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_CC, am__v_CC_)
(am__v_CC_0, am__v_CC_1): New macros, taken from Automake.
(.c.o): Use them.
* src/Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_CC, am__v_CC_)
(am__v_CC_0, am__v_CC_1, AM_V_CCLD, am__v_CCLD_, am__v_CCLD_0)
(am__v_CCLD_1): New macros, taken from Automake.
(.c.o, .m.o, temacs$(EXEEXT)): Use them.
Diffstat (limited to 'INSTALL')
| -rw-r--r-- | INSTALL | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -328,6 +328,11 @@ and is useful with GNU-compatible compilers. On a recent GNU system | |||
| 328 | there should be no warnings; on older and on non-GNU systems the | 328 | there should be no warnings; on older and on non-GNU systems the |
| 329 | generated warnings may still be useful. | 329 | generated warnings may still be useful. |
| 330 | 330 | ||
| 331 | Use --enable-silent-rules to cause 'make' to chatter less. This is | ||
| 332 | helpful when combined with options like --enable-gcc-warnings that | ||
| 333 | generate long shell-command lines. 'make V=0' also suppresses the | ||
| 334 | chatter. | ||
| 335 | |||
| 331 | Use --enable-link-time-optimization to enable link-time optimizer. If | 336 | Use --enable-link-time-optimization to enable link-time optimizer. If |
| 332 | you're using GNU compiler, this feature is supported since version 4.5.0. | 337 | you're using GNU compiler, this feature is supported since version 4.5.0. |
| 333 | If `configure' can determine number of online CPUS on your system, final | 338 | If `configure' can determine number of online CPUS on your system, final |