mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +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
|
||||
|
||||
[ "$mode" = "distclean" ] && mode="clean"
|
||||
run_make_command || return 0
|
||||
|
||||
[ -n "$mode" ] || $dry copy_elf; :
|
||||
run_make_command && [ -z "$mode" ] && $dry copy_elf; :
|
||||
}
|
||||
|
||||
build_targets()
|
||||
|
||||
Reference in New Issue
Block a user