Update scripts/meson-buildoptions.sh
authorAlessandro Di Federico <ale@rev.ng>
Mon, 2 Jan 2023 10:41:13 +0000 (11:41 +0100)
committerTaylor Simpson <tsimpson@quicinc.com>
Thu, 5 Jan 2023 17:19:02 +0000 (09:19 -0800)
commitdc63b1492c2d8140d3b47093700bb9bb52c0d97b
treefffe34eafcee51d286197da771dce3fb38680cb4
parentd63aeb3b7ea770dac4ab13eb1e19a943a198a28d
Update scripts/meson-buildoptions.sh

Note: `Makefile` relies on modification dates in the source tree to
detect changes to `meson_options.txt`. However, git does not track
those. Therefore, the following was necessary to regenerate
`meson-buildoptions.sh`:

    touch meson_options.txt
    cd "$BUILD_DIR"
    make update-buildoptions

Signed-off-by: Alessandro Di Federico <ale@rev.ng>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Taylor Simpson <tsimpson@quicinc.com>
Message-Id: <20230102104113.3438895-1-ale@rev.ng>
scripts/meson-buildoptions.sh