minor code cleanup in the build system

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2024-06-20 01:15:06 +01:00
parent 4ab99d546e
commit 808458ced5
5 changed files with 10 additions and 19 deletions
+1 -2
View File
@@ -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_ \