mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +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
|
||||
if "$qemu"; then
|
||||
cd qemu
|
||||
git submodule update --init
|
||||
git submodule update --init --recursive
|
||||
fi
|
||||
) &
|
||||
wait $! || git submodule update --init -- $submodules
|
||||
wait $! || git submodule update --init --recursive -- $submodules
|
||||
|
||||
Reference in New Issue
Block a user