vgbugs11: #i114348# fix for --all:project builds

This commit is contained in:
Vladimir Glazunov 2010-09-06 16:24:06 +02:00
parent a55d0542b2
commit 3bebfdc362

View file

@ -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;