summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2021-09-30 06:24:13 +0000
committerNicholas Clarck <nick@i3.procura.nl>2021-10-04 10:41:14 +0200
commit847816e65cee9ad88b65ceffcaa5fbb2f298798e (patch)
tree2006ef91bcaa47e8df7e6c0904d4a6837eab3151 /Makefile.SH
parentbe1a8292467bed58a74b8585fa1f3ca9cf0cdcdc (diff)
downloadperl-847816e65cee9ad88b65ceffcaa5fbb2f298798e.tar.gz
The AIX specific Makefile rules to build miniperl are no longer needed
The AIX specific Makefile rules to build miniperl are effectively identical to the default rules for *nix platforms (and have been for some time). Hence remove the special case logic - the defaults work just fine.
Diffstat (limited to 'Makefile.SH')
-rwxr-xr-xMakefile.SH8
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile.SH b/Makefile.SH
index 55bd80093f..0907508e2a 100755
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -996,14 +996,6 @@ lib/buildcustomize.pl: $& $(miniperl_objs) write_buildcustomize.pl
$(MINIPERL) -f write_buildcustomize.pl
!NO!SUBS!
;;
- aix*)
- $spitshell >>$Makefile <<'!NO!SUBS!'
-lib/buildcustomize.pl: $& $(miniperl_objs)
- $(CC) -o $(MINIPERL_EXE) $(CLDFLAGS) $(miniperl_objs) $(libs)
- $(LDLIBPTH) ./miniperl$(HOST_EXE_EXT) -w -Ilib -Idist/Exporter/lib -MExporter -e '<?>' || sh -c 'echo >&2 Failed to build miniperl. Please run make minitest; exit 1'
- $(MINIPERL) -f write_buildcustomize.pl
-!NO!SUBS!
- ;;
darwin*)
case "$osvers" in
[1-6].*) ;;