This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In bisect-runner.pl, clarify the variables relating to the make target.
authorNicholas Clark <nick@ccl4.org>
Fri, 16 Dec 2011 17:50:56 +0000 (18:50 +0100)
committerNicholas Clark <nick@ccl4.org>
Sat, 17 Dec 2011 08:18:44 +0000 (09:18 +0100)
commit6c2d645d87f59117941e0ae0d52e81f54605e946
tree83aee5cbfea0ae0be8b1ecc84d21d831ecb34bf1
parent63a0dcf71fbcd47a260abe81c68ea3c2bdb493ba
In bisect-runner.pl, clarify the variables relating to the make target.

The 4 things in play are
* the (standard) target name used on the command line
* the actual target we ask make to build
* the file we expect it to generate as a result
* whether that file was generated correctly

The previous variable names were not that clear about this.
Porting/bisect-runner.pl