summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2021-09-30 05:59:18 +0000
committerNicholas Clarck <nick@i3.procura.nl>2021-10-04 10:41:14 +0200
commitbe1a8292467bed58a74b8585fa1f3ca9cf0cdcdc (patch)
tree580f2e005a0762d338b41c41aee047baa7ef07fd /Makefile.SH
parent60c8232bd268dc1dba356157e1052a71b0c9eb4c (diff)
downloadperl-be1a8292467bed58a74b8585fa1f3ca9cf0cdcdc.tar.gz
Remove vestigial next4*) sections from Makefile.SH
NeXT support was removed in June 2014 by commit f05550c064c27360: Removed NeXT support but that commit missed these hunks. The crazy whitespace errors in the next4*) section were added by mistake by me in June 2013 by commit b78ac7159b42a0e0: write_buildcustomize.pl no longer writes to STDOUT I'm not sure how I goofed that, but it had the side effect of breaking NeXT builds, and no-one noticed.
Diffstat (limited to 'Makefile.SH')
-rwxr-xr-xMakefile.SH14
1 files changed, 0 insertions, 14 deletions
diff --git a/Makefile.SH b/Makefile.SH
index ed6ad84395..55bd80093f 100755
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -56,12 +56,6 @@ true)
pldlflags="$cccdlflags"
static_ldflags=''
case "${osname}${osvers}" in
- next4*)
- ld=libtool
- lddlflags="-dynamic -undefined warning -framework System \
- -compatibility_version 1 -current_version $patchlevel \
- -prebind -seg1addr 0x27000000 -install_name \$(shrpdir)/\$@"
- ;;
darwin*)
shrpldflags="${ldflags} -dynamiclib \
-compatibility_version \
@@ -1010,14 +1004,6 @@ lib/buildcustomize.pl: $& $(miniperl_objs)
$(MINIPERL) -f write_buildcustomize.pl
!NO!SUBS!
;;
- next4*)
- $spitshell >>$Makefile <<'!NO!SUBS!'
-lib/buildcustomize.pl: $& $(miniperl_objs) write ldcustomize.pl
- $(CC) -o $(MINIPERL_EXE) $(miniperl_objs libs)
- $(LDLIBPTH) ./miniperl$(HOST _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].*) ;;