mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
trees: add UPDATED_SUBMODULES to coreboot make
we do not want submodules to be downloaded after the fact. we only handle this on ./update trees -f coreboot Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -215,6 +215,9 @@ run_make_command()
|
||||
[ "$project" = "coreboot" ] && [ -z "$mode" ] && x_ \
|
||||
printf "%s\n" "${version%%-*}" > "$codedir/.coreboot-version"
|
||||
|
||||
[ "$project" = "coreboot" ] && \
|
||||
makeargs="$makeargs UPDATED_SUBMODULES=1"
|
||||
|
||||
make -C "$codedir" $mode -j$threads $makeargs || \
|
||||
$err "run_make $codedir: !make $mode"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user