summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNick Gasson <nick@nickg.me.uk>2021-07-15 18:37:09 -0700
committerKarl Berry <karl@freefriends.org>2021-07-15 18:37:09 -0700
commit57688bd5efd21b8a1f9de8f534798dc2cc8894ac (patch)
treee514628316522a3f94d945fa9b03fcac62d1d5a4 /NEWS
parent15641c2fc329b549b0c2288697484495b6f167cb (diff)
downloadautomake-57688bd5efd21b8a1f9de8f534798dc2cc8894ac.tar.gz
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.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 09ade1c58..d67cbe916 100644
--- a/NEWS
+++ b/NEWS
@@ -18,7 +18,9 @@ New in ?.?.?:
- CTAGS, ETAGS, SCOPE variables can be set via configure.
- - new option "no-dist-built-sources" skips generating $(BUILT_SOURCES)
+ - Silent make output for custom link commands.
+
+ - New option "no-dist-built-sources" skips generating $(BUILT_SOURCES)
before building the tarball as part of "make dist", that is,
omits the dependency of $(distdir): $(BUILT_SOURCES).