File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -825,7 +825,7 @@ =head1 OPTIONS
825
825
--gold
826
826
827
827
Revision to use when checking out known-good recent versions of files,
828
- such as F<makedepend.SH > . F<bisect-runner.pl> defaults this to I<blead > ,
828
+ such as F<hints/freebsd.sh > . F<bisect-runner.pl> defaults this to I<blead > ,
829
829
but F<bisect.pl> will default it to the most recent stable release.
830
830
831
831
=item *
@@ -2903,7 +2903,12 @@ sub patch_SH {
2903
2903
# If you do this, you may need to add in code to correct the output of older
2904
2904
# makedepends, which don't correctly filter newer gcc output such as
2905
2905
# <built-in>
2906
- checkout_file('makedepend.SH');
2906
+
2907
+ # It's the same version in v5.26.0 to v5.34.0
2908
+ # Post v5.34.0, commit 8d469d0ecbd06a99 completely changes how makedepend.SH
2909
+ # interacts with Makefile.SH, meaning that it's not a drop-in upgrade.
2910
+ checkout_file('makedepend.SH', 'v5.34.0')
2911
+ if $major < 26;
2907
2912
2908
2913
if ($major < 4 && -f 'config.sh'
2909
2914
&& !extract_from_file('config.sh', qr/^trnl=/)) {
You can’t perform that action at this time.
0 commit comments