summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2012-05-03 15:36:17 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2012-05-23 11:39:13 +0200
commit383d326685abaa4f722922305920c73e2eee6181 (patch)
tree26c712a39f6898b05e9dd3cf21670419a2b13b33 /solenv
parent877c96a601e6e50d0c7a8f704d57baec22f089c5 (diff)
make foo.all should work again
Change-Id: I49986d6feac5e46c7b2f3017cf97b07dce4db42f
Diffstat (limited to 'solenv')
-rwxr-xr-xsolenv/bin/build.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/solenv/bin/build.pl b/solenv/bin/build.pl
index 221893a07e8c..fbdffcd222d5 100755
--- a/solenv/bin/build.pl
+++ b/solenv/bin/build.pl
@@ -1438,7 +1438,6 @@ sub get_module_and_buildlist_paths {
my %active_modules_copy = %active_modules;
foreach my $module ($source_config->get_all_modules()) {
delete $active_modules_copy{$module} if defined($active_modules_copy{$module});
- next if ($module eq $initial_module);
$module_paths{$module} = $source_config->get_module_path($module);
$build_list_paths{$module} = $source_config->get_module_build_list($module);
}