Kaydet (Commit) 27164d22 authored tarafından Korrawit Pruegsanusak's avatar Korrawit Pruegsanusak

if build fail, show broken module name

This solves http://lists.freedesktop.org/archives/libreoffice/2012-February/025772.html
üst e24911bc
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment