diff options
| -rwxr-xr-x | mk | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -203,7 +203,7 @@ handle_target() # if using configs, we never build from the master target [ "$noconfig" != "y" ] && [ "$tree" = "$target" ] && \ - return 0 + $if_not_dry_build return 0 $if_build $if_not_fetch \ x_ $postmake; : @@ -249,7 +249,7 @@ configure_target() [ ! -f "CHANGELOG" ] && x_ fetch_trees; : [ "$noconfig" != "y" ] && [ "$tree" = "$target" ] && \ - return 1; : + $if_not_dry_build return 1; : } try_target_config() @@ -298,7 +298,7 @@ mk_dependencies() handle_buildcfg() { [ "$noconfig" != "y" ] && [ "$tree" = "$target" ] && \ - return 0 + $if_not_dry_build return 0 [ ! -d "$srcdir" ] || for y in "$defscan"/* do |
