diff mbox series

[PULL,08/17] scripts/git.orderfile: Display meson files along with buildsys ones

Message ID 20200919184451.2129349-9-laurent@vivier.eu (mailing list archive)
State New, archived
Headers show
Series [PULL,01/17] hw/gpio/max7310: Remove impossible check | expand

Commit Message

Laurent Vivier Sept. 19, 2020, 6:44 p.m. UTC
From: Philippe Mathieu-Daudé <philmd@redhat.com>

Since commit a56650518f5 ("configure: integrate Meson in the build
system") we replaced many Makefile by Meson files. Adapt the
git.orderfile script to display the new file at the same position.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
Message-Id: <20200907161222.41915-1-philmd@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
---
 scripts/git.orderfile | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/scripts/git.orderfile b/scripts/git.orderfile
index 73fd818d7f3e..a021afc2d517 100644
--- a/scripts/git.orderfile
+++ b/scripts/git.orderfile
@@ -18,6 +18,7 @@  docs/*
 configure
 Makefile*
 *.mak
+meson.build
 
 # qapi schema
 qapi/*.json