[Libreoffice-commits] .: solenv/bin
Korrawit Pruegsanusak
korrawit at kemper.freedesktop.org
Tue Mar 6 23:59:49 PST 2012
solenv/bin/build.pl | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 27164d22884d27009057d13a86578419c100e2e2
Author: Korrawit Pruegsanusak <detective.conan.1412 at gmail.com>
Date: Wed Mar 7 14:54:45 2012 +0700
if build fail, show broken module name
This solves http://lists.freedesktop.org/archives/libreoffice/2012-February/025772.html
diff --git a/solenv/bin/build.pl b/solenv/bin/build.pl
index 9d9bcd7..1b8ed64 100755
--- a/solenv/bin/build.pl
+++ b/solenv/bin/build.pl
@@ -1652,6 +1652,7 @@ sub build_dependent {
};
if (defined $modules_with_errors{$dependencies_hash}) {
+ push(@broken_modules_names, $module_by_hash{$dependencies_hash});
cancel_build();
}
mp_success_exit();
More information about the Libreoffice-commits
mailing list