mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
minor code cleanup in the build system
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+1
-2
@@ -229,8 +229,7 @@ handle_makefile()
|
||||
|
||||
run_make_command()
|
||||
{
|
||||
check_cmake "$cdir"
|
||||
[ -z "$mode" ] && check_autoconf "$cdir"
|
||||
check_cmake "$cdir" && [ -z "$mode" ] && check_autoconf "$cdir"
|
||||
check_makefile "$cdir" || return 1
|
||||
|
||||
[ "$project" = "coreboot" ] && [ -z "$mode" ] && x_ \
|
||||
|
||||
Reference in New Issue
Block a user