Add --all-fixups to bisect.pl, to apply all patches and fixups.
authorNicholas Clark <nick@ccl4.org>
Mon, 9 Apr 2012 09:04:37 +0000 (11:04 +0200)
committerNicholas Clark <nick@ccl4.org>
Tue, 28 May 2013 07:19:28 +0000 (09:19 +0200)
commit86905c1e468b4df7f3ed096390f8d1a3e28dc801
tree30b3d770cab27deb8e4fccbf3364b7e331c2ee50
parentf6647108bf03518621005b2a607f1cade2bf371d
Add --all-fixups to bisect.pl, to apply all patches and fixups.

bisect-runner.pl will minimally patch various files on a platform and
version dependent basis to get the build to complete. Normally it defers
doing this as long as possible - .SH files aren't patched until after
Configure is run, and C and XS code isn't patched until after miniperl is
built. If --all-fixups is specified, all the fixups are done before running
Configure.
Porting/bisect-runner.pl