mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-13 23:09:40 +02:00
build/boot/roms: only run confirm_targets once
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -46,7 +46,7 @@ main()
|
||||
done
|
||||
|
||||
handle_targets
|
||||
display_targets
|
||||
confirm_targets
|
||||
}
|
||||
|
||||
handle_targets()
|
||||
@@ -61,7 +61,6 @@ handle_targets()
|
||||
build_target "${board}" || err "handle_targets: build error"
|
||||
[ -d "bin/${board}" ] && targets="${board} ${targets}"
|
||||
done
|
||||
confirm_targets
|
||||
}
|
||||
|
||||
build_target() {
|
||||
|
||||
Reference in New Issue
Block a user