commit 0c91b41e533e62dd8e87a44be626756828761983 parent d729f18bb4c082cf355977857368d31af3f5579b Author: Florian Dold <florian@dold.me> Date: Fri, 20 Sep 2024 12:46:38 +0200 bootstrap: recurse submodules Diffstat:
| M | bootstrap | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/bootstrap b/bootstrap @@ -15,6 +15,10 @@ if ! python3 --version >/dev/null; then exit 1 fi +# Make sure that "git pull" et al. also update +# submodules to avoid accidental rollbacks. +git config --local submodule.recurse true + git submodule sync git submodule update --init ./contrib/check-prebuilt