mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-13 14:59:34 +02:00
remove more unnecessary checks on trees commands
the trees script already performs these checks Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+1
-1
@@ -69,7 +69,7 @@ build_project()
|
||||
[ ! -f "$listfile" ] || elfcheck || return 0
|
||||
|
||||
cdir="src/${project}"
|
||||
[ -d "$cdir" ] || x_ ./update trees -f "$project"
|
||||
x_ ./update trees -f "$project"
|
||||
|
||||
[ "$mode" = "distclean" ] && mode="clean"
|
||||
run_make_command || return 0
|
||||
|
||||
Reference in New Issue
Block a user