mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +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
|
shift
|
||||||
done
|
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} \
|
${board} ${keyboard_layouts} ${displaymodes} \
|
||||||
${payloads}
|
${payloads} 1>&2
|
||||||
|
|
||||||
if [ "${board}" = "" ]; then
|
if [ "${board}" = "" ]; then
|
||||||
printf "build/roms: undefined board. Exiting\n"
|
printf "build/roms: undefined board. Exiting\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user