]> git.ipfire.org Git - thirdparty/iptables.git/commit
build: use standard automake verbosity variables
authorJeremy Sowden <jeremy@azazel.net>
Thu, 14 Dec 2023 16:44:03 +0000 (16:44 +0000)
committerPhil Sutter <phil@nwl.cc>
Fri, 15 Dec 2023 12:40:14 +0000 (13:40 +0100)
commit16dd6b5bb34a1a886c43119240e807a37792b8bb
tree51b60d80612cd911e18178b421a58120f1f75a13
parent20545dab8d1791d702dc0a73db67c00883b3bcfd
build: use standard automake verbosity variables

The previous implementation ignored the default verbosity defined by
configure, and controlled by --{enable,disable}-silent-rules, and
treated V="" as V=0.  Instead, follow the guide-lines given in the
automake manual.

Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
Signed-off-by: Phil Sutter <phil@nwl.cc>
extensions/GNUmakefile.in
iptables/Makefile.am