[Libreoffice-commits] .: solenv/bin

Michael Meeks mmeeks at kemper.freedesktop.org
Thu Oct 14 13:47:08 PDT 2010


 solenv/bin/build.pl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e8c1fa9ff908a206632b9343c60df169381e80e7
Author: Michael Meeks <michael.meeks at novell.com>
Date:   Thu Oct 14 21:46:22 2010 +0100

    print all broken modules out correctly, not just one

diff --git a/solenv/bin/build.pl b/solenv/bin/build.pl
index fdb63f1..6148c33 100755
--- a/solenv/bin/build.pl
+++ b/solenv/bin/build.pl
@@ -1719,7 +1719,7 @@ sub cancel_build {
     }
 
     my $module = shift @broken_modules_names;
-    if ($broken_modules_names > 1) {
+    if ($broken_modules_number > 1) {
         print " it seems you are using a threaded build, which means that the\n";
         print " actual compile error is probably hidden far above, and could be\n";
         print " inside any of these other modules:\n";


More information about the Libreoffice-commits mailing list