Skip to content

Commit

Permalink
Remove makeaperl, never used, a wrapper for ExtUtils::MakeMaker::make…
Browse files Browse the repository at this point in the history
…aperl

makeaperl was added in perl5.000k, wrapped as makeaperl.SH in perl5.000l, but
neither used in the core build nor installed. All it does is acts as a
command-line wrapper to makeaperl() in ExtUtils::MakeMaker.
  • Loading branch information
nwc10 committed Nov 28, 2010
1 parent 94a75ec commit cbeaa18
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 137 deletions.
2 changes: 1 addition & 1 deletion Cross/Makefile-cross-SH
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ CONFIGPM = xlib/$(CROSS_NAME)/Config.pm
private = preplibrary $(CONFIGPM) $(CROSS_LIB)/Config.pod
shextract = Makefile cflags config.h makeaperl makedepend \
shextract = Makefile cflags config.h makedepend \
makedir myconfig writemain pod/Makefile
addedbyconf = UU $(shextract) lib/lib.pm pstruct
Expand Down
1 change: 0 additions & 1 deletion MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -3905,7 +3905,6 @@ mad/P5AST.pm Used by nomad
mad/P5re.pm Used by nomad
mad/PLXML.pm Used by nomad
mad/t/p55.t Test for the Perl 5 to Perl 5 translator
makeaperl.SH perl script that produces a new perl binary
makedef.pl Create symbol export lists for linking
makedepend.SH Precursor to makedepend
make_ext.pl Used by Makefile to execute extension Makefiles
Expand Down
6 changes: 2 additions & 4 deletions Makefile.SH
Original file line number Diff line number Diff line change
Expand Up @@ -434,11 +434,9 @@ private = preplibrary $(CONFIGPM) $(CONFIGPOD) lib/ExtUtils/Miniperl.pm git_vers
# Files to be built with variable substitution before miniperl
# is available.
sh = Makefile.SH cflags.SH config_h.SH makeaperl.SH makedepend.SH \
myconfig.SH pod/Makefile.SH
sh = Makefile.SH cflags.SH config_h.SH makedepend.SH myconfig.SH pod/Makefile.SH
shextract = Makefile cflags config.h makeaperl makedepend \
makedir myconfig pod/Makefile
shextract = Makefile cflags config.h makedepend makedir myconfig pod/Makefile
addedbyconf = UU $(shextract) pstruct
Expand Down
1 change: 0 additions & 1 deletion Porting/exec-bit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ cpan/Test-Harness/t/source_tests/source.sh
cpan/Test-Harness/t/source_tests/source_args.sh
installperl
installman
makeaperl.SH
makedepend.SH
myconfig.SH
regen/embed.pl
Expand Down
130 changes: 0 additions & 130 deletions makeaperl.SH

This file was deleted.

0 comments on commit cbeaa18

Please sign in to comment.