]> git.ipfire.org Git - thirdparty/elfutils.git/commit
Improve AM_SILENT_RULES coverage
authorJosh Stone <jistone@redhat.com>
Mon, 5 Oct 2015 18:04:15 +0000 (11:04 -0700)
committerJosh Stone <jistone@redhat.com>
Wed, 7 Oct 2015 00:50:10 +0000 (17:50 -0700)
commitdaee4714ee3761e2d92f764a724e83875a79a3f0
tree9c6bab2d7253ea23706f665bd9bf4da0b2b02988
parent0e3ce39c8f154cb7df7f3a9bf29d347fe9cca036
Improve AM_SILENT_RULES coverage

Note, elfutils does not explicitly enable AM_SILENT_RULES.  It's only
available starting from automake 1.11, but starting from automake 1.13
silent rules are always generated, defaulting to verbose.  $(AM_V_foo)
additions should be no-ops on systems that don't support silent rules.

To be silent, use "./configure --enable-silent-rules" or "make V=0".

Signed-off-by: Josh Stone <jistone@redhat.com>
16 files changed:
backends/ChangeLog
backends/Makefile.am
config/ChangeLog
config/eu.am
libasm/ChangeLog
libasm/Makefile.am
libcpu/ChangeLog
libcpu/Makefile.am
libdw/ChangeLog
libdw/Makefile.am
libelf/ChangeLog
libelf/Makefile.am
src/ChangeLog
src/Makefile.am
tests/ChangeLog
tests/Makefile.am