mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-03-25 21:39:03 +02:00
build/boot/roms: say board name on stderr
That way, I can more easily debug build issues with specific boards, e.g. ./build boot roms all 2>lbmk.err.log Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -85,9 +85,9 @@ main()
|
||||
shift
|
||||
done
|
||||
|
||||
printf "board %s , kb %s , displaymode %s , payloads %s\n" \
|
||||
printf "\n\nboard %s , kb %s , displaymode %s , payloads %s\n" \
|
||||
${board} ${keyboard_layouts} ${displaymodes} \
|
||||
${payloads}
|
||||
${payloads} 1>&2
|
||||
|
||||
if [ "${board}" = "" ]; then
|
||||
printf "build/roms: undefined board. Exiting\n"
|
||||
|
||||
Reference in New Issue
Block a user