diff options
author | Jon Turney <jon.turney@dronecode.org.uk> | 2021-07-23 14:57:24 +0100 |
---|---|---|
committer | Jon Turney <jon.turney@dronecode.org.uk> | 2021-12-09 21:41:05 +0000 |
commit | 2b6f088ac3acba932b65322e40704bc2f4bdf1b7 (patch) | |
tree | 0fabd21ace8a7cd960304a280757c8b8d77c7f84 /.github | |
parent | 366e43a30c0fd39553c95a5f9e455bea9f3ee766 (diff) | |
download | newlib-2b6f088ac3acba932b65322e40704bc2f4bdf1b7.zip newlib-2b6f088ac3acba932b65322e40704bc2f4bdf1b7.tar.gz newlib-2b6f088ac3acba932b65322e40704bc2f4bdf1b7.tar.bz2 |
newlib: Enable automake silent rules
Use AM_SILENT_RULES, to enable automake silent rules (by default), if we
are using a version of automake which supports it (>=1.11).
Silent rules can be disabled by configuring with '--disable-silent-rules',
or invoking 'make V=1'.
For ease of reviewing, this patch doesn't contain configure and
Makefile.in regeneration.
Future work: There are a few compilations which are not silenced by
this, as they use custom rules.
Diffstat (limited to '.github')
0 files changed, 0 insertions, 0 deletions