]> git.ipfire.org Git - thirdparty/automake.git/commit
automake: silent make output for custom link commands.
authorNick Gasson <nick@nickg.me.uk>
Fri, 16 Jul 2021 01:37:09 +0000 (18:37 -0700)
committerKarl Berry <karl@freefriends.org>
Fri, 16 Jul 2021 01:37:09 +0000 (18:37 -0700)
commit57688bd5efd21b8a1f9de8f534798dc2cc8894ac
treee514628316522a3f94d945fa9b03fcac62d1d5a4
parent15641c2fc329b549b0c2288697484495b6f167cb
automake: silent make output for custom link commands.

Patch posted:
https://lists.gnu.org/archive/html/automake-patches/2021-07/msg00010.html

* bin/automake.in (define_per_target_linker_variable): Use
AM_V_${target}_LINK if defined as the verbose variable name for
custom link commands.
* doc/automake.texi (Program and Library Variables): Document the new
variable.
* t/link_override.sh: Add extra checks for silent make rules.
* NEWS: Mention this.
* THANKS: new contributor.
NEWS
THANKS
bin/automake.in
doc/automake.texi
t/link_override.sh