diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-22 13:15:35 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-22 13:15:35 +0000 |
commit | a8476e91ee770bd8b0c7183fe1314d9effd435ad (patch) | |
tree | 287ad1b1e6d379b583a97bb63b82695e4dfcbe26 /Makefile.SH | |
parent | 1e02e71e5b7836fe4f23c146fb141cf18f3677b3 (diff) | |
download | perl-a8476e91ee770bd8b0c7183fe1314d9effd435ad.tar.gz |
Retract #20826 and #20831; things are done differently
in VMS, it seems. Maybe the vms/descrip_mms.template
needs to be changed?
p4raw-id: //depot/perl@20832
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.SH b/Makefile.SH index a72160902e..2245f6e80d 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -759,6 +759,8 @@ extra.pods: miniperl$(EXE_EXT) cd pod ; $(LNS) ../$$x "perl"$$nx".pod" ; cd .. ; \ echo "pod/perl"$$nx".pod" >> extra.pods ; \ done + -@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 extras.make: perl$(EXE_EXT) -@test -s extras.lst && PATH=`pwd`:${PATH} PERL5LIB=`pwd`/lib $(LDLIBPTH) ./perl -Ilib -MCPAN -e '@ARGV&&make(@ARGV)' `cat extras.lst` |