[Libreoffice-commits] .: solenv/bin
Fridrich Strba
fridrich at kemper.freedesktop.org
Wed Mar 2 06:40:27 PST 2011
solenv/bin/build.pl | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
New commits:
commit 42dd24db865ec0112fac4781e63ed11959f02472
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date: Wed Mar 2 15:40:19 2011 +0100
A lame fix for the rebuilding of external libraries
diff --git a/solenv/bin/build.pl b/solenv/bin/build.pl
index ad6626f..d358a4e 100755
--- a/solenv/bin/build.pl
+++ b/solenv/bin/build.pl
@@ -787,10 +787,8 @@ sub dmake_dir {
my $real_exit_code = $error_code >> 8;
if (($real_exit_code == 255) && ($ENV{nodep} eq '') && ($ENV{depend} eq '')) {
print "Forcing regeneration of dependency info\n";
- $ENV{depend} = 't';
- run_job($dmake, $job_name);
+ run_job($dmake, 'depend=t', $job_name);
print "Retrying $job_name\n";
- $ENV{depend} = '';
$error_code = run_job($dmake, $job_name);
}
More information about the Libreoffice-commits
mailing list