build.pl (3824b621) build.pl (82d47efd)
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 "\nWhen you fixed the errors in " .
1697 print STDERR "\nWhen you have fixed the errors in " .
1698 (length(@broken_module_names)==1 ? "that module" : "these modules") .
1699 " you can resume the build by running:\n\n\t" . $message_part;
1700 } else {
1701 while (children_number()) {
1702 handle_dead_children(1);
1703 }
1704 foreach (keys %broken_build) {
1705 print STDERR "ERROR: error " . $broken_build{$_} . " occurred while making $_\n";

--- 1844 unchanged lines hidden ---
1698 (length(@broken_module_names)==1 ? "that module" : "these modules") .
1699 " you can resume the build by running:\n\n\t" . $message_part;
1700 } else {
1701 while (children_number()) {
1702 handle_dead_children(1);
1703 }
1704 foreach (keys %broken_build) {
1705 print STDERR "ERROR: error " . $broken_build{$_} . " occurred while making $_\n";

--- 1844 unchanged lines hidden ---