Linux Netfilter development
 help / color / mirror / Atom feed
* [PATCH iptables v2 0/6] Autoools silent-rules fixes
@ 2023-12-14 16:43 Jeremy Sowden
  2023-12-14 16:44 ` [PATCH iptables v2 1/6] build: format `AM_CPPFLAGS` variables Jeremy Sowden
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Jeremy Sowden @ 2023-12-14 16:43 UTC (permalink / raw)
  To: Netfilter Devel

The build system defines variables similar to the ones automake provides
to control the verbosity of the build.  However, the iptables implemen-
tation is only partially effective and was written fifteen years ago.
This patch-set brings the variable definitions in line with the current
automake recommendations and fixes some bugs.

Patch 1 contains some unrelated formatting changes.
Patches 2 & 3 remove some unused variables.
Patch 4 brings the remaining ones in line with automake.
Patch 5 adds a new variable for `ln`.
Patch 6 fixes a problem with the man-page rules.

Changes since v1

  * Patch 6: missing newlines added
  * Patch 7: dropped after feedback from Jan Engelhardt

Jeremy Sowden (6):
  build: format `AM_CPPFLAGS` variables
  build: remove obsolete `AM_LIBTOOL_SILENT` variable
  build: remove unused `AM_VERBOSE_CXX*` variables
  build: use standard automake verbosity variables
  build: add an automake verbosity variable for `ln`
  build: replace `echo -e` with `printf`

 extensions/GNUmakefile.in | 75 +++++++++++++++++++++++----------------
 iptables/Makefile.am      | 15 +++++---
 2 files changed, 56 insertions(+), 34 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2023-12-15 13:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-14 16:43 [PATCH iptables v2 0/6] Autoools silent-rules fixes Jeremy Sowden
2023-12-14 16:44 ` [PATCH iptables v2 1/6] build: format `AM_CPPFLAGS` variables Jeremy Sowden
2023-12-14 16:44 ` [PATCH iptables v2 2/6] build: remove obsolete `AM_LIBTOOL_SILENT` variable Jeremy Sowden
2023-12-14 16:44 ` [PATCH iptables v2 3/6] build: remove unused `AM_VERBOSE_CXX*` variables Jeremy Sowden
2023-12-14 16:44 ` [PATCH iptables v2 4/6] build: use standard automake verbosity variables Jeremy Sowden
2023-12-14 16:44 ` [PATCH iptables v2 5/6] build: add an automake verbosity variable for `ln` Jeremy Sowden
2023-12-14 16:44 ` [PATCH iptables v2 6/6] build: replace `echo -e` with `printf` Jeremy Sowden
2023-12-15 13:18 ` [PATCH iptables v2 0/6] Autoools silent-rules fixes Phil Sutter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox