clean up quotation issue for use with MMS on VMS
Peter Prymmer [Mon, 18 Aug 2003 14:28:22 +0000 (10:28 -0400)]
Message-ID: <OFAF7796C8.7F204EDE-ON85256D86.0063976D-85256D86.006578B0@factset.com>

p4raw-id: //depot/perl@20762

vms/descrip_mms.template

index 3856756..92f6a3d 100644 (file)
@@ -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