All of lore.kernel.org
 help / color / mirror / Atom feed
* [ulogd2 PATCH v3 00/16] Build Improvements
@ 2021-11-14 14:00 Jeremy Sowden
  2021-11-14 14:00 ` [ulogd2 PATCH v3 01/16] gitignore: add Emacs artefacts Jeremy Sowden
                   ` (15 more replies)
  0 siblings, 16 replies; 19+ messages in thread
From: Jeremy Sowden @ 2021-11-14 14:00 UTC (permalink / raw)
  To: Netfilter Devel

Some tidying and autotools updates and fixes.

Changes since v2:

  * more detailed commit-messages for most patches;
  * a number of the patches have been broken up or restructured
    for easier review;
  * patch 14, which removes a number of `AC_SUBST` calls, is new.

Changes since v1:

  * ignore `.dirstamp` anywhere;
  * fix `--disable-static`;
  * drop `AC_PREREQ` bump.

Jeremy Sowden (16):
  gitignore: add Emacs artefacts
  gitignore: ignore .dirstamp
  build: remove unused Makefile fragment
  build: remove empty filter sub-directory
  build: move CPP `-D` flag.
  build: add Make_global.am for common flags
  build: use `dist_man_MANS` to declare man-pages
  build: skip sub-directories containing disabled plugins
  build: group `*_la_*` variables with their libraries
  build: delete commented-out code
  build: use correct automake variable for library dependencies
  build: update obsolete autoconf macros
  build: remove commented-out code
  build: remove unnecessary `AC_SUBST` calls
  build: quote autoconf macro arguments
  build: use `AS_IF` consistently in configure.ac

 .gitignore                     |   5 +-
 Make_global.am                 |   2 +
 Makefile.am                    |  11 +-
 Rules.make.in                  |  43 ------
 acinclude.m4                   |  13 --
 configure.ac                   | 241 ++++++++++++++-------------------
 filter/Makefile.am             |   7 +-
 filter/packet2flow/Makefile.am |   0
 filter/raw2packet/Makefile.am  |   4 +-
 include/libipulog/Makefile.am  |   1 -
 include/ulogd/Makefile.am      |   1 -
 input/Makefile.am              |   9 +-
 input/flow/Makefile.am         |  14 +-
 input/packet/Makefile.am       |  23 ++--
 input/sum/Makefile.am          |   9 +-
 libipulog/Makefile.am          |   4 +-
 output/Makefile.am             |  35 ++++-
 output/dbi/Makefile.am         |   8 +-
 output/ipfix/Makefile.am       |   3 +-
 output/mysql/Makefile.am       |   7 +-
 output/pcap/Makefile.am        |   8 +-
 output/pgsql/Makefile.am       |   8 +-
 output/sqlite3/Makefile.am     |   7 +-
 src/Makefile.am                |   8 +-
 24 files changed, 194 insertions(+), 277 deletions(-)
 create mode 100644 Make_global.am
 delete mode 100644 Rules.make.in
 delete mode 100644 filter/packet2flow/Makefile.am

-- 
2.33.0


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

end of thread, other threads:[~2021-11-14 15:31 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-14 14:00 [ulogd2 PATCH v3 00/16] Build Improvements Jeremy Sowden
2021-11-14 14:00 ` [ulogd2 PATCH v3 01/16] gitignore: add Emacs artefacts Jeremy Sowden
2021-11-14 14:00 ` [ulogd2 PATCH v3 02/16] gitignore: ignore .dirstamp Jeremy Sowden
2021-11-14 14:00 ` [ulogd2 PATCH v3 03/16] build: remove unused Makefile fragment Jeremy Sowden
2021-11-14 14:00 ` [ulogd2 PATCH v3 04/16] build: remove empty filter sub-directory Jeremy Sowden
2021-11-14 14:00 ` [ulogd2 PATCH v3 05/16] build: move CPP `-D` flag Jeremy Sowden
2021-11-14 14:00 ` [ulogd2 PATCH v3 06/16] build: add Make_global.am for common flags Jeremy Sowden
2021-11-14 14:00 ` [ulogd2 PATCH v3 07/16] build: use `dist_man_MANS` to declare man-pages Jeremy Sowden
2021-11-14 14:00 ` [ulogd2 PATCH v3 08/16] build: skip sub-directories containing disabled plugins Jeremy Sowden
2021-11-14 14:00 ` [ulogd2 PATCH v3 09/16] build: group `*_la_*` variables with their libraries Jeremy Sowden
2021-11-14 14:00 ` [ulogd2 PATCH v3 10/16] build: delete commented-out code Jeremy Sowden
2021-11-14 14:00 ` [ulogd2 PATCH v3 11/16] build: use correct automake variable for library dependencies Jeremy Sowden
2021-11-14 14:00 ` [ulogd2 PATCH v3 12/16] build: update obsolete autoconf macros Jeremy Sowden
2021-11-14 14:00 ` [ulogd2 PATCH v3 13/16] build: remove commented-out code Jeremy Sowden
2021-11-14 14:00 ` [ulogd2 PATCH v3 14/16] build: remove unnecessary `AC_SUBST` calls Jeremy Sowden
2021-11-14 14:58   ` Jan Engelhardt
2021-11-14 15:31     ` Jeremy Sowden
2021-11-14 14:00 ` [ulogd2 PATCH v3 15/16] build: quote autoconf macro arguments Jeremy Sowden
2021-11-14 14:00 ` [ulogd2 PATCH v3 16/16] build: use `AS_IF` consistently in configure.ac Jeremy Sowden

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.