From 808458ced5bcc5131d542e7e2fcb8120a613c8eb Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Thu, 20 Jun 2024 01:15:06 +0100 Subject: minor code cleanup in the build system Signed-off-by: Leah Rowe --- script/trees | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'script/trees') diff --git a/script/trees b/script/trees index 13f6d652..78ffaed8 100755 --- a/script/trees +++ b/script/trees @@ -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_ \ -- cgit v1.2.1