This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
bisect-runner.pl should fix Makefile.SH to remove remove GNU make-isms.
authorNicholas Clark <nick@ccl4.org>
Thu, 12 Apr 2012 19:50:11 +0000 (21:50 +0200)
committerNicholas Clark <nick@ccl4.org>
Tue, 28 May 2013 07:19:28 +0000 (09:19 +0200)
commit67bec9384212c1d341abd37024333ae3aa8a8f6d
tree055d59539b1b4f41860e308617fcc86ed1533cd5
parentdf14fc1356c4b115f6728bf48e976bd98e8c29b0
bisect-runner.pl should fix Makefile.SH to remove remove GNU make-isms.

Commit c7b956bbbaff0c46 inadvertently added a GNU (and BSD) make specific
construction to the *nix Makefile, which other platforms' makes choke on.
It was corrected with commit cfe76a0a8e5b6f21 (and 0961731461727bea), but
those changes are not the simplest way to get things passing again, so use
a simpler custom patch here.
Porting/bisect-runner.pl