From: Peter Prymmer Date: Mon, 18 Aug 2003 14:28:22 +0000 (-0400) Subject: clean up quotation issue for use with MMS on VMS X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1b2d76876dbac296f91bb477714fdc99f8d3f512;p=p5sagit%2Fp5-mst-13.2.git clean up quotation issue for use with MMS on VMS Message-ID: p4raw-id: //depot/perl@20762 --- diff --git a/vms/descrip_mms.template b/vms/descrip_mms.template index 3856756..92f6a3d 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