summaryrefslogtreecommitdiff
path: root/solenv/bin/modules/packager
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-07-29 14:15:26 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-07-29 14:15:26 +0000
commit9afff8834f66eddaa5e775178f5219defb18c5b8 (patch)
tree62fa1e3c6f31ae72e0d03b93f7b0f3d07e25b0b8 /solenv/bin/modules/packager
parenta2a1d6719ce9cc75f19e2555f2ffbf0dc1354f09 (diff)
#i10000# Try to fix intermittent build problems occuring in buildserver builds for linux: wait some time between generating makefiles and using them.
Diffstat (limited to 'solenv/bin/modules/packager')
-rw-r--r--solenv/bin/modules/packager/work.pm5
1 files changed, 3 insertions, 2 deletions
diff --git a/solenv/bin/modules/packager/work.pm b/solenv/bin/modules/packager/work.pm
index 2b48a3208a20..fa9b7cbfe2f6 100644
--- a/solenv/bin/modules/packager/work.pm
+++ b/solenv/bin/modules/packager/work.pm
@@ -2,9 +2,9 @@
#
# $RCSfile: work.pm,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: obo $ $Date: 2004-11-18 08:42:45 $
+# last change: $Author: rt $ $Date: 2005-07-29 15:15:26 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -238,6 +238,7 @@ sub start_build_server
generate_makefile($tempdir, $makefilepath, $prjroot, $target, \@targetlines);
+ sleep 5;
do_broadcast($tempdir, $prjname, $prj, $platform, $prjdep);
push @targetdirs, $tempdir;
}