]> git.proxmox.com Git - mirror_qemu.git/commit
build: rebuild build.ninja using "meson setup --reconfigure"
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 19 May 2023 17:32:56 +0000 (19:32 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 19 May 2023 18:39:53 +0000 (20:39 +0200)
commitb0fcc6fc7fc11278c8ca344d8d9c6e5d05742f79
tree78c80ce39ff11c7c04ccaac0ebe74760a34fd43b
parentc673f3d0fe87f6e23a259c620fba7fc9e9d3621f
build: rebuild build.ninja using "meson setup --reconfigure"

Do not use the rule in build.ninja, because the path to meson is hardcoded
in build.ninja and this breaks if meson moves (for example if the distro
meson suddenly becomes too old after an update).

Reported-by: Peter Maydell <peter.maydell@linaro.org>
Tested-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Makefile