build/boot/roms: only run confirm_targets once

Signed-off-by: Leah Rowe <leah@libreboot.org>
btrfsvols
Leah Rowe 2023-09-30 13:11:48 +01:00
parent 5462bf1ca0
commit 13f5a4322b
1 changed files with 1 additions and 2 deletions

View File

@ -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() {