mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-17 18:34:57 +02:00
handle/make/config: fix whitespace and 80-line bug
fit in 80 lines, and remove whitespace Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -148,9 +148,9 @@ handle_dependencies()
|
|||||||
if [ ! -d "${codedir}" ]; then
|
if [ ! -d "${codedir}" ]; then
|
||||||
if [ "${mode}" = "distclean" ] || \
|
if [ "${mode}" = "distclean" ] || \
|
||||||
[ "${mode}" = "crossgcc-clean" ]; then
|
[ "${mode}" = "crossgcc-clean" ]; then
|
||||||
printf "Directory '%s' does not exist; skipping clean" \
|
printf "Directory %s doesn't exist; skipping clean\n" \
|
||||||
"${codedir}" 1>&2
|
"${codedir}" 1>&2
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
./update project trees "${project}" "${target}" || \
|
./update project trees "${project}" "${target}" || \
|
||||||
fail "handle_dependencies: can't fetch ${project}/${target}"
|
fail "handle_dependencies: can't fetch ${project}/${target}"
|
||||||
|
|||||||
Reference in New Issue
Block a user