mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-26 11:41:35 +01:00
configure: updated submodules recursively
Otherwise, on the git module update fallback, QEMU's submodules don't get updated. Also add a --recursive to the main qemu clone, just in case they add submodules to the submodules in the future.
This commit is contained in:
4
configure
vendored
4
configure
vendored
@@ -107,7 +107,7 @@ fi
|
|||||||
git submodule update --depth 1 $gitjobs --init -- $submodules
|
git submodule update --depth 1 $gitjobs --init -- $submodules
|
||||||
if "$qemu"; then
|
if "$qemu"; then
|
||||||
cd qemu
|
cd qemu
|
||||||
git submodule update --init
|
git submodule update --init --recursive
|
||||||
fi
|
fi
|
||||||
) &
|
) &
|
||||||
wait $! || git submodule update --init -- $submodules
|
wait $! || git submodule update --init --recursive -- $submodules
|
||||||
|
|||||||
Reference in New Issue
Block a user