trees: better skip-clean string in handle_src_tree
Signed-off-by: Leah Rowe <leah@libreboot.org>audit2
parent
de8dc508f9
commit
6a91dc02dc
|
@ -137,7 +137,7 @@ handle_src_tree()
|
||||||
if [ ! -d "$cdir" ]; then
|
if [ ! -d "$cdir" ]; then
|
||||||
if [ "$mode" = "distclean" ] || \
|
if [ "$mode" = "distclean" ] || \
|
||||||
[ "$mode" = "crossgcc-clean" ]; then
|
[ "$mode" = "crossgcc-clean" ]; then
|
||||||
printf "Directory %s missing; skip\n" "$cdir" 1>&2
|
printf "Dir '%s' missing; skip clean\n" "$cdir" 1>&2
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
x_ ./update trees -f "$project" "$target"
|
x_ ./update trees -f "$project" "$target"
|
||||||
|
|
Loading…
Reference in New Issue