diff options
author | Korrawit Pruegsanusak <detective.conan.1412@gmail.com> | 2012-03-07 14:54:45 +0700 |
---|---|---|
committer | Korrawit Pruegsanusak <detective.conan.1412@gmail.com> | 2012-03-07 14:54:45 +0700 |
commit | 27164d22884d27009057d13a86578419c100e2e2 (patch) | |
tree | e1e25a511d71bdbc78caa7a361819370ed02d2a5 /solenv/bin | |
parent | e24911bc95935070953cb3b44efdcfa36fae718e (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-x | solenv/bin/build.pl | 1 |
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(); |