[Libreoffice-commits] .: solenv/bin

Fridrich Strba fridrich at kemper.freedesktop.org
Thu Mar 10 12:03:14 PST 2011


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

New commits:
commit 8396238b944e8c761c6aeb699bb3ba9e7263a45b
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Thu Mar 10 21:02:55 2011 +0100

    Revert "A lame fix for the rebuilding of external libraries"
    
    This reverts commit f9bfd5e53bf4b962b8a8d15255edb1cd35660e88.

diff --git a/solenv/bin/build.pl b/solenv/bin/build.pl
index d358a4e..0270503 100755
--- a/solenv/bin/build.pl
+++ b/solenv/bin/build.pl
@@ -786,8 +786,6 @@ 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";
-            run_job($dmake, 'depend=t', $job_name);
             print "Retrying $job_name\n";
             $error_code = run_job($dmake, $job_name);
         }


More information about the Libreoffice-commits mailing list