mirror of
https://github.com/Perl/perl5.git
synced 2026-01-26 16:39:36 +00:00
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:
parent
990c89d7f4
commit
5ea6993dc3
@ -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)"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user