summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmk6
1 files 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