summaryrefslogtreecommitdiff
path: root/vms
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2004-03-26 10:54:44 -0600
committerDave Mitchell <davem@fdisolutions.com>2004-03-27 02:04:03 +0000
commit3fff582d0b31bc1be7a4d955fbbba7f796860c24 (patch)
treeabf153173bd199bae0cfb64f34f51e03395537be /vms
parent4f805f0fc88579a2dad2247204b3d34354f573db (diff)
downloadperl-3fff582d0b31bc1be7a4d955fbbba7f796860c24.tar.gz
don't clean-up perly.* on VMS
From: "Craig A. Berry" <craigberry@mac.com> Message-Id: <4064B4B4.2030203@mac.com> refrain from getting rid of perly.c and perly.h now that there are no longer VMS-specific overrides for these files p4raw-id: //depot/perl@22600
Diffstat (limited to 'vms')
-rw-r--r--vms/descrip_mms.template6
1 files changed, 0 insertions, 6 deletions
diff --git a/vms/descrip_mms.template b/vms/descrip_mms.template
index e6027db8f5..43a09c4954 100644
--- a/vms/descrip_mms.template
+++ b/vms/descrip_mms.template
@@ -1583,8 +1583,6 @@ tidy : cleanlis
- If F$Search("[...]*$(E);-1").nes."" Then Purge/NoConfirm/Log [...]*$(E)
- If F$Search("Config.H;-1").nes."" Then Purge/NoConfirm/Log Config.H
- If F$Search("Config.SH;-1").nes."" Then Purge/NoConfirm/Log Config.SH
- - If F$Search("perly.c;-1").nes."" Then Purge/NoConfirm/Log perly.c
- - If F$Search("perly.h;-1").nes."" Then Purge/NoConfirm/Log perly.h
- If F$Search("VMSish.H;-1").nes."" Then Purge/NoConfirm/Log VMSish.H
- If F$Search("VMS.C;-1") .nes."" Then Purge/NoConfirm/Log VMS.C
- If F$Search("Perlmain.C;-1") .nes."" Then Purge/NoConfirm/Log Perlmain.C
@@ -1617,10 +1615,6 @@ clean : tidy cleantest
- If F$Search("[...]*$(O);*") .nes."" Then Delete/NoConfirm/Log [...]*$(O);*
- If F$Search(F$Parse("Sys$Disk:[]","$(SOCKH)")).nes."" Then Delete/NoConfirm/Log $(SOCKH);*
- If F$Search(F$Parse("Sys$Disk:[]","$(SOCKC)")).nes."" Then Delete/NoConfirm/Log $(SOCKC);*
- - If F$Search("perly.c").nes."" Then Delete/NoConfirm/Log perly.c;*
- - Copy [.vms]perly_c.vms []perly.c
- - If F$Search("perly.h").nes."" Then Delete/NoConfirm/Log perly.h;*
- - Copy [.vms]perly_h.vms []perly.h
- If F$Search("VMSish.H").nes."" Then Delete/NoConfirm/Log VMSish.H;*
- If F$Search("VMS.C") .nes."" Then Delete/NoConfirm/Log VMS.C;*
- If F$Search("Perlmain.C") .nes."" Then Delete/NoConfirm/Log Perlmain.C;*