mk: tidy up check_cmake

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-09-16 07:25:31 +01:00
parent 113dac006f
commit ca55077032
+2 -4
View File
@@ -522,7 +522,8 @@ run_make_command()
run_make_command_real()
{
x_ check_cmake "$srcdir"
$if_not_dry_build
x_ check_cmake "$srcdir"
$if_build \
check_autoconf "$srcdir"
@@ -534,9 +535,6 @@ run_make_command_real()
check_cmake()
{
$if_dry_build \
return 0
[ -z "$cmakedir" ] && \
return 0