On 2/2/26 18:48, Alex Bennée wrote:
If we update the script we should also make sure we regenerate the
help text.

Signed-off-by: Alex Bennée <[email protected]>

Yes, this is correct.

Reviewed-by: Paolo Bonzini <[email protected]>

---
  Makefile | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 9fb55dcf330..54547a37b1a 100644
--- a/Makefile
+++ b/Makefile
@@ -130,7 +130,7 @@ Makefile.mtest: build.ninja scripts/mtest2make.py
.PHONY: update-buildoptions
  all update-buildoptions: $(SRC_PATH)/scripts/meson-buildoptions.sh
-$(SRC_PATH)/scripts/meson-buildoptions.sh: $(SRC_PATH)/meson_options.txt
+$(SRC_PATH)/scripts/meson-buildoptions.sh: $(SRC_PATH)/meson_options.txt 
$(SRC_PATH)/scripts/meson-buildoptions.py
        $(MESON) introspect --buildoptions $(SRC_PATH)/meson.build | $(PYTHON) \
          scripts/meson-buildoptions.py > [email protected] && mv [email protected] $@
  endif


Reply via email to