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
commit0c2d194037c79a132223bedd1681ecf0bdd8e789 (patch)
treec21757b02d12d3fea01e8ad3e8d5d65f9df60d84 /solenv/bin/build.pl
parentf48e47e267bb09c037b3ac3e97769eb70946b847 (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 4c7f47e33cc3..c351e81dd670 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);