summaryrefslogtreecommitdiff
path: root/Cross
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2010-10-05 14:45:15 +0100
committerNicholas Clark <nick@ccl4.org>2010-10-05 14:45:15 +0100
commit467132b90d291170637564b5b65d1e7578ba831f (patch)
tree67e2c1662f491ca2ef57e864ccde9ed9c92e9322 /Cross
parent33c64ab22a4a0f496017dca0dbf7da214054ffdd (diff)
downloadperl-467132b90d291170637564b5b65d1e7578ba831f.tar.gz
Eliminate the now unused Makefile targets plextract, pl and pllist.
Diffstat (limited to 'Cross')
-rw-r--r--Cross/Makefile-cross-SH19
1 files changed, 2 insertions, 17 deletions
diff --git a/Cross/Makefile-cross-SH b/Cross/Makefile-cross-SH
index b4be56f001..9b45943352 100644
--- a/Cross/Makefile-cross-SH
+++ b/Cross/Makefile-cross-SH
@@ -329,15 +329,7 @@ private = preplibrary $(CONFIGPM) $(CROSS_LIB)/Config.pod
shextract = Makefile cflags config.h makeaperl makedepend \
makedir myconfig writemain pod/Makefile
-# Files to be built with variable substitution after miniperl is
-# available. Dependencies handled manually below (for now).
-
-pl =
-
-# lib/lib.pm is not listed here because it has a rule of its own.
-plextract =
-
-addedbyconf = UU $(shextract) $(plextract) lib/lib.pm pstruct
+addedbyconf = UU $(shextract) lib/lib.pm pstruct
# Unicode data files generated by mktables
unidatafiles = lib/unicore/Decomposition.pl lib/unicore/TestProp.pl \
@@ -742,10 +734,6 @@ lib/re.pm: ext/re/re.pm
@-rm -f $@
cp ext/re/re.pm lib/re.pm
-$(plextract): miniperl $(CONFIGPM) x2p/s2p
- @-rm -f $@
- $(LDLIBPTH) ./miniperl -I`pwd`/lib $@.PL
-
lib/lib.pm: miniperl $(CONFIGPM)
@-rm -f $@
$(LDLIBPTH) ./miniperl -Ilib -MCross lib/lib_pm.PL
@@ -1250,7 +1238,7 @@ noknack: utilities
nokfilenack: utilities
$(LDLIBPTH) ./perl -Ilib utils/perlbug -nok -s '(UNINSTALLED)' -F perl.nok -A
-.PHONY: clist hlist shlist pllist
+.PHONY: clist hlist shlist
clist: $(c)
echo $(c) | tr ' ' $(TRNL) >.clist
@@ -1261,9 +1249,6 @@ hlist: $(h)
shlist: $(sh)
echo $(sh) | tr ' ' $(TRNL) >.shlist
-pllist: $(pl)
- echo $(pl) | tr ' ' $(TRNL) >.pllist
-
Makefile: Makefile.SH ./config.sh
$(SHELL) Makefile.SH