Our syntax-check rule relies in various files imported during the gnulib
bootstrap process. As we switch to meson & try to eliminate gnulib, we
need to take ownership of syntax-check.
This patch series follows the approach taken for libosinfo & other
projects wrt syntax-check rules, but goes a step further and eliminates
alot of baggage we don't care about & merges all logic into one file.
Daniel P. Berrangé (4):
build: import gnulib's syntax-check make rules
build: remove all logic unrelated to syntax-check
build: delete all syntax check rules we're skipping
build: merge all syntax-check logic into one file
Makefile.am | 7 +-
bootstrap.conf | 4 -
cfg.mk => build-aux/syntax-check.mk | 1141 +++++++++++++++++++++++++--
build-aux/useless-if-before-free | 226 ++++++
build-aux/vc-list-files | 113 +++
5 files changed, 1411 insertions(+), 80 deletions(-)
rename cfg.mk => build-aux/syntax-check.mk (52%)
create mode 100755 build-aux/useless-if-before-free
create mode 100755 build-aux/vc-list-files
--
2.21.0