mirror of
https://codeberg.org/canoeboot/cbmk.git
synced 2025-05-16 12:35:17 +01:00
trees: better skip-clean string in handle_src_tree
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
parent
de8dc508f9
commit
6a91dc02dc
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ handle_src_tree()
|
|||
if [ ! -d "$cdir" ]; then
|
||||
if [ "$mode" = "distclean" ] || \
|
||||
[ "$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
|
||||
fi
|
||||
x_ ./update trees -f "$project" "$target"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue