]> git.ipfire.org Git - thirdparty/libvirt.git/commit
meson: drop remaining bits from Makefile.am
authorPavel Hrdina <phrdina@redhat.com>
Wed, 1 Jul 2020 13:35:41 +0000 (15:35 +0200)
committerPavel Hrdina <phrdina@redhat.com>
Mon, 3 Aug 2020 07:27:06 +0000 (09:27 +0200)
commit106cb0adcf26b72f3e341986acdf80c20affac3a
tree895328c26646ab74f79404498fddfff96f2eadb5
parent70629df0c2397a34fee13846cca032851e650dfa
meson: drop remaining bits from Makefile.am

There is no alternative to DISTCHECK_CONFIGURE_FLAGS in Meson. We could
enable -Werror unconditionally but that would affect all users. It is
mainly used in our CI environment so we can run meson with --werror to
enable it in configure time which will be picked up by meson dist as
well.

XZ_OPT is not relevant with meson since it uses shutil.make_archive
which uses lzma python module to do the compression.

Introducing rpm and srpm rules should be possible with Meson but we
don't even use them in our CI and it's easy to run 'ninja dist'
followed by rpmbuild manually.

As for the ci rules that is simply not possible in the same way, we
would have to have a lot of aliases for all the ci rules and that would
be just insane.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Neal Gompa <ngompa13@gmail.com>
Makefile.am [deleted file]
configure.ac