build/roms: tell the user how to ignore status

Signed-off-by: Leah Rowe <info@minifree.org>
audit2-merge1
Leah Rowe 2024-04-27 18:50:49 +01:00 committed by Leah Rowe
parent 3eab399e7a
commit 8cf0d56f66
1 changed files with 2 additions and 0 deletions

View File

@ -197,6 +197,8 @@ skip_board()
cat -u "$targetdir/warn.txt" || \
$err "!cat $targetdir/warn.txt"
fi
printf "\nTo disable this dialog when building, do:\n"
printf "export CBMK_STATUS=n\n\n"
while true; do
printf "Board %s has status '%s'. Skip? [y/n]" \
"$board" "$status"