summaryrefslogtreecommitdiff
path: root/make_ext.pl
diff options
context:
space:
mode:
authorxenu <me@xenu.pl>2021-01-28 13:49:52 +0100
committerGitHub <noreply@github.com>2021-01-28 12:49:52 +0000
commit76b7a9755884361239145cf00fcfc17625a42a1a (patch)
treea6304003d89915b3723c156b26d05621268d3a04 /make_ext.pl
parent341a561fb3c3b40f8730c0c5da27a1ea1136d781 (diff)
downloadperl-76b7a9755884361239145cf00fcfc17625a42a1a.tar.gz
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
Diffstat (limited to 'make_ext.pl')
-rw-r--r--make_ext.pl4
1 files changed, 0 insertions, 4 deletions
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.
#