qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] scripts/git.orderfile: Display meson files along with buildsys ones
@ 2020-09-07 16:12 Philippe Mathieu-Daudé
  2020-09-08  9:17 ` Stefano Garzarella
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-09-07 16:12 UTC (permalink / raw)
  To: qemu-devel
  Cc: qemu-trivial, Marc-André Lureau, Philippe Mathieu-Daudé,
	Paolo Bonzini

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>
---
 scripts/git.orderfile | 1 +
 1 file changed, 1 insertion(+)

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



^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-09-16  9:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-07 16:12 [PATCH v2] scripts/git.orderfile: Display meson files along with buildsys ones Philippe Mathieu-Daudé
2020-09-08  9:17 ` Stefano Garzarella
2020-09-08 10:02 ` Laszlo Ersek
2020-09-08 11:48   ` Paolo Bonzini
2020-09-08 12:30     ` Laszlo Ersek
2020-09-12  6:01       ` Paolo Bonzini
2020-09-16  9:17 ` Laurent Vivier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).