[Libreoffice-commits] .: solenv/bin

Fridrich Strba fridrich at kemper.freedesktop.org
Wed Mar 2 07:41:08 PST 2011


 solenv/bin/build.pl |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit 80e31ff139e213baf729fb676610e03da0d6baee
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Wed Mar 2 16:39:25 2011 +0100

    Don't regenerate dependencies, just try second time
    
    Since the dependencies generation is broken strategy with external libraries

diff --git a/solenv/bin/build.pl b/solenv/bin/build.pl
index ad6626f..0270503 100755
--- a/solenv/bin/build.pl
+++ b/solenv/bin/build.pl
@@ -786,11 +786,7 @@ sub dmake_dir {
         #and try again. dmakes normal failure is 255, while death on signal is 254
         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);
             print "Retrying $job_name\n";
-            $ENV{depend} = '';
             $error_code = run_job($dmake, $job_name);
         }
 


More information about the Libreoffice-commits mailing list