summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmk9
1 files changed, 3 insertions, 6 deletions
diff --git a/mk b/mk
index 13d623d9..52497639 100755
--- a/mk
+++ b/mk
@@ -195,12 +195,9 @@ single_tree_build()
$if_not_dry_build elfcheck || \
return 0
- run_make_command || \
- return 0
-
- $if_build \
- $if_not_dry_build \
- copy_elf; :
+ run_make_command && \
+ $if_build $if_not_dry_build \
+ copy_elf; :
}
multi_tree_build()