This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
bisect-runner.pl now fixes more 5.11-era make bugs.
authorNicholas Clark <nick@ccl4.org>
Mon, 21 Nov 2011 16:12:04 +0000 (16:12 +0000)
committerNicholas Clark <nick@ccl4.org>
Tue, 22 Nov 2011 08:47:12 +0000 (08:47 +0000)
commit93a0b6a3d232eae4bac48664365f35f55bb68549
treeac019bcf194f1879cf8275295987738a5074bbdf
parent74adbdfacd83589c2b1c2016c0daf51aa3ffa36d
bisect-runner.pl now fixes more 5.11-era make bugs.

bisect-runner.pl now patches Makefile.SH to ensure that git_version.h is built
before perl.o, for revisions between the addition of git_version.h, and the
addition of rules to ensure the correct build sequence.
Porting/bisect-runner.pl