diff options
author | Herbert Dürr <hdu@apache.org> | 2011-09-19 12:33:24 +0000 |
---|---|---|
committer | Herbert Dürr <hdu@apache.org> | 2011-09-19 12:33:24 +0000 |
commit | 202d76ca127a02ed9b264a406f976127d64a444e (patch) | |
tree | eedeac770f5199c5035c4db590ed3daf244c50c4 | |
parent | 628e4cd2f9c68c30bdcf2eb22eac5edf4150abb5 (diff) |
prolongue is not in my dictionary
-rwxr-xr-x | solenv/bin/build.pl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/solenv/bin/build.pl b/solenv/bin/build.pl index d7e4ecb781ff..76c8a490dbd2 100755 --- a/solenv/bin/build.pl +++ b/solenv/bin/build.pl @@ -1694,7 +1694,10 @@ sub cancel_build { foreach (keys %broken_build) { print STDERR "ERROR: error " . $broken_build{$_} . " occurred while making $_\n"; }; - print STDERR "\nAttention: if you fix the errors in above module(s) you may prolongue your the build issuing command:\n\n\t" . $message_part; +# print STDERR "\nAttention: when you fixed the errors in these module(s) you can resume the build by issuing the command:\n\n\t" . $message_part; + print STDERR "\nWhen you fixed the errors in " . + (length(@broken_module_names)==1 ? "that module" : "these modules") . + " you can resume the build by running:\n\n\t" . $message_part; } else { while (children_number()) { handle_dead_children(1); |