diff options
author | Craig A. Berry <craigberry@mac.com> | 2001-12-03 10:28:06 -0600 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-03 22:40:22 +0000 |
commit | 5fa137f142f4ca8e32147785bc62319d9b486503 (patch) | |
tree | d90ef21e9c6ce2773ef7eaddb09a71ad60810267 /vms | |
parent | 6d7070896d12c668ac28e809f02514f973694af3 (diff) | |
download | perl-5fa137f142f4ca8e32147785bc62319d9b486503.tar.gz |
VMS install fix-ups: add libnetcfg and xsubpp as utility commands
Message-Id: <5.1.0.14.2.20011202223303.01c3ab98@exchi01>
p4raw-id: //depot/perl@13448
Diffstat (limited to 'vms')
-rw-r--r-- | vms/descrip_mms.template | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/vms/descrip_mms.template b/vms/descrip_mms.template index 96cf27b9fd..3441fa0cfd 100644 --- a/vms/descrip_mms.template +++ b/vms/descrip_mms.template @@ -327,8 +327,9 @@ CRTLOPTS =,$(CRTL)/Options # Modules which must be installed before we can build extensions LIBPREREQ = $(ARCHDIR)Config.pm [.lib.VMS]Filespec.pm [.lib]DynaLoader.pm [.lib]XSLoader.pm [.lib]lib.pm [.lib.ExtUtils]XSSymSet.pm $(ARCHDIR)vmspipe.com [.lib]re.pm -utils1 = [.lib.pod]perldoc.com [.lib.ExtUtils]Miniperl.pm [.utils]c2ph.com [.utils]h2ph.com [.utils]h2xs.com [.lib]perlbug.com [.lib]perlcc.com [.utils]dprofpp.com -utils2 = [.utils]perlivp.com [.lib]splain.com [.utils]pl2pm.com +utils1 = [.lib.pod]perldoc.com [.lib.ExtUtils]Miniperl.pm [.utils]c2ph.com [.utils]h2ph.com +utils2 = [.utils]h2xs.com [.utils]libnetcfg.com [.lib]perlbug.com [.lib]perlcc.com [.utils]dprofpp.com +utils3 = [.utils]perlivp.com [.lib]splain.com [.utils]pl2pm.com [.lib.ExtUtils]xsubpp.com .ifdef NOX2P all : base extras archcorefiles preplibrary perlpods @@ -345,7 +346,7 @@ extras : dynext libmods utils podxform extra.pods @ $(NOOP) libmods : $(LIBPREREQ) @ $(NOOP) -utils : $(utils1) $(utils2) +utils : $(utils1) $(utils2) $(utils3) @ $(NOOP) podxform : [.lib.pod]pod2text.com [.lib.pod]pod2html.com [.lib.pod]pod2latex.com [.lib.pod]pod2man.com [.lib.pod]podchecker.com [.lib.pod]pod2usage.com [.lib.pod]podselect.com @ $(NOOP) @@ -523,6 +524,9 @@ dynext : $(LIBPREREQ) $(DBG)perlshr$(E) preplibrary [.utils]h2xs.com : [.utils]h2xs.PL $(ARCHDIR)Config.pm $(MINIPERL) $(MMS$SOURCE) +[.utils]libnetcfg.com : [.utils]libnetcfg.PL $(ARCHDIR)Config.pm + $(MINIPERL) $(MMS$SOURCE) + [.lib]perlbug.com : [.utils]perlbug.PL $(ARCHDIR)Config.pm $(MINIPERL) $(MMS$SOURCE) Copy/Log [.utils]perlbug.com $(MMS$TARGET) @@ -544,6 +548,9 @@ dynext : $(LIBPREREQ) $(DBG)perlshr$(E) preplibrary [.x2p]s2p.com : [.x2p]s2p.PL $(ARCHDIR)Config.pm $(MINIPERL) $(MMS$SOURCE) +[.lib.ExtUtils]xsubpp.com : [.lib.ExtUtils]xsubpp + Copy/Log $(MMS$SOURCE) $(MMS$TARGET) + # Rename catches problem with some DECC versions in which object file is # placed in current default dir, not same one as source file. [.x2p]$(DBG)a2p$(E) : [.x2p]a2p$(O), [.x2p]hash$(O), [.x2p]str$(O), [.x2p]util$(O), [.x2p]walk$(O) |