vgbugs11: #i114348# fix for --all:project builds
This commit is contained in:
parent
a55d0542b2
commit
3bebfdc362
1 changed files with 2 additions and 0 deletions
|
@ -670,7 +670,9 @@ sub build_all {
|
|||
prepare_build_from_with_branches(\%global_deps_hash, \%reversed_full_deps_hash);
|
||||
}
|
||||
if ($build_all_cont || $build_since) {
|
||||
store_weights(\%global_deps_hash);
|
||||
prepare_build_all_cont(\%global_deps_hash);
|
||||
%weights_hash = ();
|
||||
};
|
||||
if ($generate_config) {
|
||||
%add_to_config = %global_deps_hash;
|
||||
|
|
Loading…
Reference in a new issue