Skip to content

Commit

Permalink
Remove vestigial next4*) sections from Makefile.SH
Browse files Browse the repository at this point in the history
NeXT support was removed in June 2014 by commit f05550c:
    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 b78ac71:
    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.
  • Loading branch information
nwc10 authored and Nicholas Clarck committed Oct 4, 2021
1 parent 60c8232 commit be1a829
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
6 changes: 0 additions & 6 deletions Cross/Makefile-cross-SH
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,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 \
Expand Down
14 changes: 0 additions & 14 deletions Makefile.SH
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -1008,14 +1002,6 @@ 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!
;;
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*)
Expand Down

0 comments on commit be1a829

Please sign in to comment.