From 76b7a9755884361239145cf00fcfc17625a42a1a Mon Sep 17 00:00:00 2001 From: xenu Date: Thu, 28 Jan 2021 13:49:52 +0100 Subject: win32: remove makefile.mk (#18511) Makefile.mk is redundant with GNUmakefile. See https://www.nntp.perl.org/group/perl.perl5.porters/2021/01/msg258848.html for more details. We planned to remove it shortly after the introduction of GNUmakefile but that slipped through the cracks for some reason: https://github.com/Perl/perl5/issues/14341 --- make_ext.pl | 4 ---- 1 file changed, 4 deletions(-) (limited to 'make_ext.pl') diff --git a/make_ext.pl b/make_ext.pl index 79ae1efb1a..ba507c8abc 100644 --- a/make_ext.pl +++ b/make_ext.pl @@ -36,10 +36,6 @@ my $ext_dirs_re = '(?:' . join('|', @ext_dirs) . ')'; # # make_ext.pl "MAKE=nmake -nologo" --dir=..\ext --target=clean # -# make_ext.pl MAKE=dmake --dir=..\ext -# -# make_ext.pl MAKE=dmake --dir=..\ext --target=clean -# # Will skip building extensions which are marked with an '!' char. # Mostly because they still not ported to specified platform. # -- cgit v1.2.1