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