bisect-runner.pl should avoid ext/Hash/Util/FieldHash being built twice.
authorNicholas Clark <nick@ccl4.org>
Fri, 25 Nov 2011 11:19:45 +0000 (12:19 +0100)
committerNicholas Clark <nick@ccl4.org>
Fri, 25 Nov 2011 11:19:45 +0000 (12:19 +0100)
commit06cebb71480cffdc7fe27d516e058cb32705bb98
treedc0e3a6f6a24917269ef1edc2603bcb2561577a8
parentd1ac19b7ce3ec9f125d256b85b55b53527ccc60c
bisect-runner.pl should avoid ext/Hash/Util/FieldHash being built twice.

Commit 550428fe486b1888 stopped the invocation of ext/Hash/Util/Makefile.PL
automatically recursing to ext/Hash/Util/FieldHash/Makefile.PL, as make_ext
was also calling it directly. This then resulted in two makes running in
parallel in ext/Hash/Util/FieldHash, which could all end in tears (and
failed builds). Hence we need to apply this fix if it isn't present, to
avoid spurious build failures during bisect runs.
Porting/bisect-runner.pl