Branch: refs/heads/yves/fix_win32_rename_config_sh
Home: https://github.com/Perl/perl5
Commit: 2e5a12b58319f750e260fb0e5482e84e0e5374ff
https://github.com/Perl/perl5/commit/2e5a12b58319f750e260fb0e5482e84e0e5374ff
Author: Yves Orton <[email protected]>
Date: 2023-01-29 (Sun, 29 Jan 2023)
Changed paths:
M win32/GNUmakefile
M win32/Makefile
Log Message:
-----------
win32/*akefile - delete before rename
All of the other rename commands in win32/Makefile and win32/GNUmakefile
are guarded by a del statement. This does the equivalent for the
rename command that creates config.sh.
Fixes #20749.