mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
git.sh: do not remove .submodules
the reason for it is because sometimes the coreboot build system auto-downloads submodules which we don't want. however, we now pass UPDATED_SUBMODULES=1 in make, which disables this behaviour in coreboot's build system. therefore, remove this unnecessary logic. Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -120,9 +120,6 @@ prep_submodules()
|
||||
fetch_submodule "$msrcdir"
|
||||
patch_submodule "$msrcdir"
|
||||
done < "$tmpdir/modules"
|
||||
|
||||
# some build systems may download more (we want to control it)
|
||||
rm -f "$tmpgit/.gitmodules" || $err "!rm .gitmodules as per: $mdir"
|
||||
}
|
||||
|
||||
fetch_submodule()
|
||||
|
||||
Reference in New Issue
Block a user