Kaydet (Commit) 383d3266 authored tarafından Bjoern Michaelsen's avatar Bjoern Michaelsen

make foo.all should work again

Change-Id: I49986d6feac5e46c7b2f3017cf97b07dce4db42f
üst 877c96a6
......@@ -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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment