diff options
| author | Josh Stone <[email protected]> | 2015-10-05 11:04:15 -0700 |
|---|---|---|
| committer | Josh Stone <[email protected]> | 2015-10-06 17:50:10 -0700 |
| commit | daee4714ee3761e2d92f764a724e83875a79a3f0 (patch) | |
| tree | 9c6bab2d7253ea23706f665bd9bf4da0b2b02988 /tests/ChangeLog | |
| parent | 0e3ce39c8f154cb7df7f3a9bf29d347fe9cca036 (diff) | |
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 <[email protected]>
Diffstat (limited to 'tests/ChangeLog')
| -rw-r--r-- | tests/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index 9d079123..66781d0c 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +2015-10-05 Josh Stone <[email protected]> + + * Makefile.am (backtrace-child-biarch): Add AM_V_CC silencer. + 2015-10-02 Mark Wielaard <[email protected]> * elfstrmerge.c: New check program. |
