build/roms: tell the user how to ignore status
Signed-off-by: Leah Rowe <info@minifree.org>audit2-merge1
parent
3eab399e7a
commit
8cf0d56f66
|
@ -197,6 +197,8 @@ skip_board()
|
||||||
cat -u "$targetdir/warn.txt" || \
|
cat -u "$targetdir/warn.txt" || \
|
||||||
$err "!cat $targetdir/warn.txt"
|
$err "!cat $targetdir/warn.txt"
|
||||||
fi
|
fi
|
||||||
|
printf "\nTo disable this dialog when building, do:\n"
|
||||||
|
printf "export CBMK_STATUS=n\n\n"
|
||||||
while true; do
|
while true; do
|
||||||
printf "Board %s has status '%s'. Skip? [y/n]" \
|
printf "Board %s has status '%s'. Skip? [y/n]" \
|
||||||
"$board" "$status"
|
"$board" "$status"
|
||||||
|
|
Loading…
Reference in New Issue