mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-19 19:23:24 +02:00
tree.sh: simplify build_project()
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+1
-3
@@ -74,9 +74,7 @@ build_project()
|
|||||||
[ ! -f "$listfile" ] || $dry elfcheck || return 0
|
[ ! -f "$listfile" ] || $dry elfcheck || return 0
|
||||||
|
|
||||||
[ "$mode" = "distclean" ] && mode="clean"
|
[ "$mode" = "distclean" ] && mode="clean"
|
||||||
run_make_command || return 0
|
run_make_command && [ -z "$mode" ] && $dry copy_elf; :
|
||||||
|
|
||||||
[ -n "$mode" ] || $dry copy_elf; :
|
|
||||||
}
|
}
|
||||||
|
|
||||||
build_targets()
|
build_targets()
|
||||||
|
|||||||
Reference in New Issue
Block a user