summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorVladimir Glazunov <vg@openoffice.org>2010-09-06 16:24:06 +0200
committerVladimir Glazunov <vg@openoffice.org>2010-09-06 16:24:06 +0200
commit3bebfdc362faded8441a16ac4f5299f2fc0dd7b8 (patch)
tree04cdd703b9edd0800d9c59971355606867d7c637 /solenv
parenta55d0542b2211eaf55ea254df0ee33bed4b54fbb (diff)
vgbugs11: #i114348# fix for --all:project builds
Diffstat (limited to 'solenv')
-rw-r--r--solenv/bin/build.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/solenv/bin/build.pl b/solenv/bin/build.pl
index 987d7fbb5bea..9b436668286a 100644
--- a/solenv/bin/build.pl
+++ b/solenv/bin/build.pl
@@ -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;