Skip to content

Commit

Permalink
The AIX specific Makefile rules to build miniperl are no longer needed
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
nwc10 authored and Nicholas Clarck committed Oct 4, 2021
1 parent be1a829 commit 847816e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Makefile.SH
Original file line number Diff line number Diff line change
Expand Up @@ -994,14 +994,6 @@ lib/buildcustomize.pl: $& $(miniperl_objs) write_buildcustomize.pl
$(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!
;;
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*)
Expand Down

0 comments on commit 847816e

Please sign in to comment.