In perl.git, the branch smoke-me/makedef-fold has been created
<http://perl5.git.perl.org/perl.git/commitdiff/97456b179114ccdc4e15c9d59dfc84fc8fc449e5?hp=0000000000000000000000000000000000000000>
at 97456b179114ccdc4e15c9d59dfc84fc8fc449e5 (commit)
- Log -----------------------------------------------------------------
commit 97456b179114ccdc4e15c9d59dfc84fc8fc449e5
Author: Nicholas Clark <[email protected]>
Date: Fri Nov 25 18:16:35 2011 +0100
On AIX, avoid a shell pipepline by making makedef.pl sort case insenitively.
Previously the Makefile piped the output of makedef.pl to sort. This had the
side effect of ignoring the exit code from makedef.pl, as make could only
see the exit code of the last command in the pipeline. This concealed the
causes of the parallel make failure when makedef.pl was missing a dependency
on Config.pm
-----------------------------------------------------------------------
--
Perl5 Master Repository