summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2007-12-19 14:13:07 +0000
committerNicholas Clark <nick@ccl4.org>2007-12-19 14:13:07 +0000
commit7120b314ec81733a7037382ff358361096cdffa1 (patch)
tree82d01b4b37212eefa17369560809293036cac905 /Makefile.SH
parent13a7998c934604b70722fbb6c3a73e74f3b8a490 (diff)
downloadperl-7120b314ec81733a7037382ff358361096cdffa1.tar.gz
Add perl5110delta, and change 5100delta so that it is no longer "the"
perldelta. p4raw-id: //depot/perl@32649
Diffstat (limited to 'Makefile.SH')
-rw-r--r--Makefile.SH2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH
index f6a6b3c40c..c21fa86c4a 100644
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -883,7 +883,7 @@ extra.pods: miniperl$(EXE_EXT)
-@rm -f pod/perlvms.pod
-@test -f vms/perlvms.pod && cd pod && $(LNS) ../vms/perlvms.pod perlvms.pod && cd .. && echo "pod/perlvms.pod" >> extra.pods
-@rm -f pod/perldelta.pod
- -@test -f pod/perl5100delta.pod && cd pod && $(LNS) perl5100delta.pod perldelta.pod && cd .. && echo "pod/perldelta.pod" >> extra.pods # See buildtoc
+ -@test -f pod/perl5110delta.pod && cd pod && $(LNS) perl5110delta.pod perldelta.pod && cd .. && echo "pod/perldelta.pod" >> extra.pods # See buildtoc
extras.make: perl$(EXE_EXT)
-@test ! -s extras.lst || PATH="`pwd`:${PATH}" PERL5LIB="`pwd`/lib" $(LDLIBPTH) $(RUN) ./perl -Ilib -MCPAN -e '@ARGV&&make(@ARGV)' `cat extras.lst`