netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH xtables-addons 0/5] Autoools silent-rules fixes
@ 2023-08-18 12:38 Jeremy Sowden
  2023-08-18 12:38 ` [PATCH xtables-addons 1/5] build: use `$(top_srcdir)` when including Makefile.extra Jeremy Sowden
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Jeremy Sowden @ 2023-08-18 12:38 UTC (permalink / raw)
  To: Netfilter Devel

The build system attempts to extend and make use of the `AM_V_*`
variables that automake provides to control the verbosity of the build.
However, there are bugs in the implementation which render it only
partially effective.  This patch-set updates some of the variable
definitions and fixes the bugs.

The first patch is an unrelated `include` tweak.

Jeremy Sowden (5):
  build: use `$(top_srcdir)` when including Makefile.extra
  build: replace `AM_V_silent` with `AM_V_at`
  build: update `AM_V_*` definitions to match autotools
  build: don't hard-code `AM_DEFAULT_VERBOSITY` in Makefile.iptrules
  build: define `AM_V_GEN` where it is needed

 Makefile.iptrules.in           | 24 +++++++++---------------
 Makefile.mans.in               |  5 +++++
 extensions/ACCOUNT/Makefile.am |  2 +-
 extensions/Makefile.am         |  8 ++++----
 extensions/pknock/Makefile.am  |  2 +-
 5 files changed, 20 insertions(+), 21 deletions(-)

-- 
2.40.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-08-18 14:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-18 12:38 [PATCH xtables-addons 0/5] Autoools silent-rules fixes Jeremy Sowden
2023-08-18 12:38 ` [PATCH xtables-addons 1/5] build: use `$(top_srcdir)` when including Makefile.extra Jeremy Sowden
2023-08-18 12:38 ` [PATCH xtables-addons 2/5] build: replace `AM_V_silent` with `AM_V_at` Jeremy Sowden
2023-08-18 12:38 ` [PATCH xtables-addons 3/5] build: update `AM_V_*` definitions to match autotools Jeremy Sowden
2023-08-18 14:52   ` Jan Engelhardt
2023-08-18 12:38 ` [PATCH xtables-addons 4/5] build: don't hard-code `AM_DEFAULT_VERBOSITY` in Makefile.iptrules Jeremy Sowden
2023-08-18 12:38 ` [PATCH xtables-addons 5/5] build: define `AM_V_GEN` where it is needed Jeremy Sowden

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).