From ca550770320ef4ce188538331b21587452684c2c Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Wed, 16 Sep 2026 07:25:31 +0100 Subject: [PATCH] mk: tidy up check_cmake Signed-off-by: Leah Rowe --- mk | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/mk b/mk index 0c44cc30..0cc15ec2 100755 --- a/mk +++ b/mk @@ -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