Re: [PATCH] build: further refine build.ninja rules

2023-06-09 Thread Philippe Mathieu-Daudé
On 8/6/23 15:43, Paolo Bonzini wrote: In commit b0fcc6fc7fc1 ("build: rebuild build.ninja using "meson setup --reconfigure"", 2023-05-19) I changed the build.ninja rule in the Makefile to use "meson setup" so that the Makefile would pick up a changed path to the meson binary. However, there was

Re: [PATCH] build: further refine build.ninja rules

2023-06-08 Thread Mark Cave-Ayland
On 08/06/2023 14:43, Paolo Bonzini wrote: In commit b0fcc6fc7fc1 ("build: rebuild build.ninja using "meson setup --reconfigure"", 2023-05-19) I changed the build.ninja rule in the Makefile to use "meson setup" so that the Makefile would pick up a changed path to the meson binary. However, there

[PATCH] build: further refine build.ninja rules

2023-06-08 Thread Paolo Bonzini
In commit b0fcc6fc7fc1 ("build: rebuild build.ninja using "meson setup --reconfigure"", 2023-05-19) I changed the build.ninja rule in the Makefile to use "meson setup" so that the Makefile would pick up a changed path to the meson binary. However, there was a reason why build.ninja was rebuilt usi