[Libreoffice-commits] .: solenv/bin

Fridrich Strba fridrich at kemper.freedesktop.org
Wed Mar 2 06:57:36 PST 2011


 solenv/bin/build.pl |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 405291898690b15df90227fb94609b5dda209657
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Wed Mar 2 15:57:26 2011 +0100

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

diff --git a/solenv/bin/build.pl b/solenv/bin/build.pl
index d358a4e..ad6626f 100755
--- a/solenv/bin/build.pl
+++ b/solenv/bin/build.pl
@@ -787,8 +787,10 @@ 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";
-            run_job($dmake, 'depend=t', $job_name);
+            $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