This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
On AIX, bisect-runner.pl must patch Makefile.SH for parallel make issues.
authorNicholas Clark <nick@ccl4.org>
Wed, 23 Nov 2011 09:59:52 +0000 (10:59 +0100)
committerNicholas Clark <nick@ccl4.org>
Wed, 23 Nov 2011 10:14:19 +0000 (11:14 +0100)
commite628fd8c63a09bb2d42cbb37ed8ce144da3bb5ee
tree51a240ffc92ab3167d64ca6a044f31d2a113d7de
parente6807d8ab22b761c17f370154d732b3bcf48cd38
On AIX, bisect-runner.pl must patch Makefile.SH for parallel make issues.

It needs to emulate the bug fix of e6807d8ab22b761c, to ensure lib/Config.pm
is built before makedef.pl is run.
Porting/bisect-runner.pl