diff options
author | Peter Prymmer <PPrymmer@factset.com> | 2003-08-18 10:28:22 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-18 18:57:22 +0000 |
commit | 1b2d76876dbac296f91bb477714fdc99f8d3f512 (patch) | |
tree | cb571bc5ba14d47d0bd76abd4fcf8108503f4cdf /vms | |
parent | 57db8a1156a63b084cc784787f4fbf02ce40bb10 (diff) | |
download | perl-1b2d76876dbac296f91bb477714fdc99f8d3f512.tar.gz |
clean up quotation issue for use with MMS on VMS
Message-ID: <OFAF7796C8.7F204EDE-ON85256D86.0063976D-85256D86.006578B0@factset.com>
p4raw-id: //depot/perl@20762
Diffstat (limited to 'vms')
-rw-r--r-- | vms/descrip_mms.template | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/vms/descrip_mms.template b/vms/descrip_mms.template index 385675659f..92f6a3d579 100644 --- a/vms/descrip_mms.template +++ b/vms/descrip_mms.template @@ -332,12 +332,16 @@ utils4 = [.utils]enc2xs.com [.utils]piconv.com [.utils]cpan.com .ifdef NOX2P all : base extras archcorefiles preplibrary perlpods + @ QUALIFIERS := $(MMSQUALIFIERS) + @ QUALIFIERS = QUALIFIERS - """" - """" @ write sys$output " " - @ write sys$output " Everything is up to date. '$(MMS)$(MMSQUALIFIERS) test' to run test suite." + @ write sys$output " Everything is up to date. '$(MMS)''QUALIFIERS' test' to run test suite." .else all : base extras x2p archcorefiles preplibrary perlpods + @ QUALIFIERS := $(MMSQUALIFIERS) + @ QUALIFIERS = QUALIFIERS - """" - """" @ write sys$output " " - @ write sys$output " Everything is up to date. '$(MMS)$(MMSQUALIFIERS) test' to run test suite." + @ write sys$output " Everything is up to date. '$(MMS)''QUALIFIERS' test' to run test suite." .endif base : miniperl perl @ $(NOOP) @@ -1241,9 +1245,11 @@ archify : all Delete/Log/NoConfirm [.lib]Config.pm;* Copy/Log/NoConfirm *$(E);,[.x2p]$(DBG)a2p$(E); $(ARCHDIR) Delete/Log/NoConfirm Perl*$(E);*,[.x2p]$(DBG)a2p$(E);* + @ QUALIFIERS := $(MMSQUALIFIERS) + @ QUALIFIERS = QUALIFIERS - """" - """" @ Write Sys$Output "Architecture-specific setup completed." @ Write Sys$Output "Before building for another architecture, be sure to" - @ Write Sys$Output " 1. $(MMS)$(MMSQUALIFIERS) clean" + @ Write Sys$Output " 1. $(MMS)''QUALIFIERS' clean" @ Write Sys$Output " 2. Delete Miniperl$(E)" # CORE subset for MakeMaker, so we can build Perl without sources |