build.pl (cdf0e10c) | build.pl (b67eb7e5) |
---|---|
1: 2 eval 'exec perl -S $0 ${1+"$@"}' 3 if 0; 4#************************************************************************* 5# 6# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 7# 8# Copyright 2000, 2010 Oracle and/or its affiliates. --- 1680 unchanged lines hidden (view full) --- 1689 print STDERR " module(s): "; 1690 foreach (@broken_module_names) { 1691 print STDERR "\n\t$_"; 1692 }; 1693 print STDERR "\nneed(s) to be rebuilt\n\nReason(s):\n\n"; 1694 foreach (keys %broken_build) { 1695 print STDERR "ERROR: error " . $broken_build{$_} . " occurred while making $_\n"; 1696 }; | 1: 2 eval 'exec perl -S $0 ${1+"$@"}' 3 if 0; 4#************************************************************************* 5# 6# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 7# 8# Copyright 2000, 2010 Oracle and/or its affiliates. --- 1680 unchanged lines hidden (view full) --- 1689 print STDERR " module(s): "; 1690 foreach (@broken_module_names) { 1691 print STDERR "\n\t$_"; 1692 }; 1693 print STDERR "\nneed(s) to be rebuilt\n\nReason(s):\n\n"; 1694 foreach (keys %broken_build) { 1695 print STDERR "ERROR: error " . $broken_build{$_} . " occurred while making $_\n"; 1696 }; |
1697 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; | 1697# 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; 1698 print STDERR "\nWhen you fixed the errors in " . 1699 (length(@broken_module_names)==1 ? "that module" : "these modules") . 1700 " you can resume the build by running:\n\n\t" . $message_part; |
1698 } else { 1699 while (children_number()) { 1700 handle_dead_children(1); 1701 } 1702 foreach (keys %broken_build) { 1703 print STDERR "ERROR: error " . $broken_build{$_} . " occurred while making $_\n"; 1704 }; 1705 }; --- 1842 unchanged lines hidden --- | 1701 } else { 1702 while (children_number()) { 1703 handle_dead_children(1); 1704 } 1705 foreach (keys %broken_build) { 1706 print STDERR "ERROR: error " . $broken_build{$_} . " occurred while making $_\n"; 1707 }; 1708 }; --- 1842 unchanged lines hidden --- |