summaryrefslogtreecommitdiff
path: root/solenv/bin
diff options
context:
space:
mode:
authorKorrawit Pruegsanusak <detective.conan.1412@gmail.com>2012-03-07 14:54:45 +0700
committerKorrawit Pruegsanusak <detective.conan.1412@gmail.com>2012-03-07 14:54:45 +0700
commit27164d22884d27009057d13a86578419c100e2e2 (patch)
treee1e25a511d71bdbc78caa7a361819370ed02d2a5 /solenv/bin
parente24911bc95935070953cb3b44efdcfa36fae718e (diff)
if build fail, show broken module name
This solves http://lists.freedesktop.org/archives/libreoffice/2012-February/025772.html
Diffstat (limited to 'solenv/bin')
-rwxr-xr-xsolenv/bin/build.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/bin/build.pl b/solenv/bin/build.pl
index 9d9bcd78edee..1b8ed64907b8 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();