[Libosinfo] [osinfo-db-tools PATCH 7/8] meson: Add ninja syntax-check
Daniel P. Berrangé
berrange at redhat.com
Thu Jun 20 17:18:11 UTC 2019
On Thu, Jun 20, 2019 at 05:21:26PM +0200, Fabiano Fidêncio wrote:
> Let's take advantage of that we can run `make syntax-check` without the
> need of having a Makefile around and add a `ninja syntax-check` target
> that ends up calling `make syntax-check`.
It feels a little odd to be doing this while still having a GNUmakefile
in the top level source dir. It does make sense from the POV of having
a consistent story wrt use of ninja though.
Perhaps we should hide the cfg.mk / GNUmakefile in build-aux dir too ?
In fact I wonder if we can just cull GNUmakefile too putting any extra
bits into maint.mk instead. That way a plain "make" won't do anything.
> Signed-off-by: Fabiano Fidêncio <fidencio at redhat.com>
> ---
> build-aux/syntax-check.sh | 5 +++++
> meson.build | 3 +++
> 2 files changed, 8 insertions(+)
> create mode 100755 build-aux/syntax-check.sh
Regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
More information about the Libosinfo
mailing list