If we update the script we should also make sure we regenerate the help text.
Reviewed-by: Paolo Bonzini <[email protected]> Message-ID: <[email protected]> Signed-off-by: Alex Bennée <[email protected]> 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 -- 2.47.3
