]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: merge all syntax-check logic into one file
authorDaniel P. Berrangé <berrange@redhat.com>
Wed, 2 Oct 2019 16:51:19 +0000 (17:51 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Wed, 9 Oct 2019 12:36:54 +0000 (13:36 +0100)
commit22d8e27ccd5faf48ee2bf288a1b9059aa7ffd28b
tree7efe2318a347f3c036da11fffc33e0429547e0cf
parent1b4217b99506ad26666b53a4d4d1d9a4a9bec06b
build: merge all syntax-check logic into one file

The gnulib syntax-check rules are spread across GNUmakefile, cfg.mk and
maint.mk. This made sense when we were getting two of the files from the
gnulib submodule. Now that we own all files though, we can at least
merge maint.mk and cfg.mk together. GNUmakefile can be eliminated when
we switch to meson.

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
GNUmakefile
Makefile.am
build-aux/maint.mk [deleted file]
build-aux/syntax-check.mk [moved from build-aux/cfg.mk with 53% similarity]