summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmk10
1 files changed, 0 insertions, 10 deletions
diff --git a/mk b/mk
index 372b7ab9..ba07398c 100755
--- a/mk
+++ b/mk
@@ -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"