miniperl can no longer run installperl.

installperl now requires Porting/pod_lib.pl, which uses Digest::MD5,
which means we need something that can do dynamic loading (or has
extensions statically linked in).  But it doesn't really matter
because presumably we wouldn't be installing Perl if we hadn't
built it, so use the perl we've built rather than miniperl.
This commit is contained in:
Craig A. Berry 2012-01-04 19:07:59 -06:00
parent 990c89d7f4
commit 5ea6993dc3

View File

@ -656,10 +656,11 @@ minitest : $(MINITEST_EXE) [.lib.VMS]Filespec.pm unidatafiles.ts
# install ought not need a source, but it doesn't work if one's not
# there. Go figure...
install : $(MINIPERL_EXE)
install : $(PERL_EXE)
@ @perl_setup.com
If F$TrnLnm("Sys") .nes. "" Then Deass SYS
$(MINIPERL) installperl
@ define/user_mode $(DBG)PERLSHR SYS$DISK:[]$(DBG)perlshr$(E)
$(PERL) installperl
archify : all
@ Write Sys$Output "Moving files to architecture-specific locations for $(ARCHNAME)"