In bisect.pl, support matching on files generated by the build.
authorNicholas Clark <nick@ccl4.org>
Mon, 3 Oct 2011 11:23:44 +0000 (13:23 +0200)
committerNicholas Clark <nick@ccl4.org>
Mon, 3 Oct 2011 11:23:44 +0000 (13:23 +0200)
commit0afef97d7437fb69a150cf2e1c480e7f6ed683c6
treea29cb2205b3d03c4b88843dc07c8f6b190f2d00d
parentf1193e4ba072b6cee733886bd9a7d0774562ded0
In bisect.pl, support matching on files generated by the build.

If --target isn't specified, then --match will match files in the repository.
If --target is specified, then --mach will match built files (and ignore files
in the repository)

Add 'config.h' as a known target. If a "binary" file matches, print only
the file name, not the "binary" match. Print the match count as part of the
good/bad report line.
Porting/bisect-runner.pl