summaryrefslogtreecommitdiff
path: root/solenv/bin/build.pl
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2009-10-15 13:52:26 +0000
committerVladimir Glazounov <vg@openoffice.org>2009-10-15 13:52:26 +0000
commited3159e6cec7048d6dff42e358ee67ff629dd75f (patch)
tree57e8dcdf6d83084f4474f791c3cacf675fcf55ed /solenv/bin/build.pl
parent4e3be4d97895a4cd628b6130449e7a30a1f4a24f (diff)
#i10000# fix for single module multiprocessing builds
Diffstat (limited to 'solenv/bin/build.pl')
-rw-r--r--solenv/bin/build.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/build.pl b/solenv/bin/build.pl
index 232907ce1..8560ccd1a 100644
--- a/solenv/bin/build.pl
+++ b/solenv/bin/build.pl
@@ -1890,7 +1890,7 @@ sub BuildDependent {
start_child($child_nick, $dependencies_hash) if ($child_nick);
return 1 if ($BuildAllParents);
$child_nick = pick_prj_to_build($dependencies_hash);
- } while (scalar keys %$dependencies_hash);
+ } while (scalar keys %$dependencies_hash || $child_nick);
while (children_number()) {
# print "#### 1902: Starting waiting for dead child\n";
handle_dead_children(1);