mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-24 12:12:59 +02:00
trees: better skip-clean string in handle_src_tree
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+1
-1
@@ -139,7 +139,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"
|
||||||
|
|||||||
Reference in New Issue
Block a user