Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: eb0a891037ac1524471442b4bb0490d717b04496
https://github.com/Perl/perl5/commit/eb0a891037ac1524471442b4bb0490d717b04496
Author: Craig A. Berry <[email protected]>
Date: 2023-04-15 (Sat, 15 Apr 2023)
Changed paths:
M dist/Locale-Maketext/Makefile.PL
M dist/Locale-Maketext/lib/Locale/Maketext.pm
Log Message:
-----------
.PHONY not portable in dist/Locale-Maketext/Makefile.PL
It breaks the build on VMS because .PHONY is a syntax error in
the native make-like utilities. It probably also breaks nmake
builds on Windows.
The solution here is to exclude the .PHONY directive unless running
under gmake or bsdmake.