From: Craig A. Berry Date: Fri, 31 Jul 2009 10:42:47 +0000 (-0500) Subject: Clean up the .exists files on VMS. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=781f5a38a31daaa4e0bfc9110579971d8b7a7100;p=p5sagit%2Fp5-mst-13.2.git Clean up the .exists files on VMS. --- diff --git a/vms/descrip_mms.template b/vms/descrip_mms.template index 84c4c2f..e39dfe1 100644 --- a/vms/descrip_mms.template +++ b/vms/descrip_mms.template @@ -1908,6 +1908,7 @@ realclean : clean - If F$Search("[.lib]Config.pm").nes."" Then Delete/NoConfirm/Log [.lib]Config.pm;* - If F$Search("[.lib]Config_heavy.pl").nes."" Then Delete/NoConfirm/Log [.lib]Config_heavy.pl;* - If F$Search("[.lib]*.com").nes."" Then Delete/NoConfirm/Log [.lib]*.com;* + - If F$Search("[.lib...].exists").nes."" Then Delete/NoConfirm/Log [.lib...].exists;* - If F$Search("[.pod]*.com").nes."" Then Delete/NoConfirm/Log [.pod]*.com;* - If F$Search("[.utils]*.com").nes."" Then Delete/NoConfirm/Log [.utils]*.com;* - If F$Search("[.x2p]*.com").nes."" Then Delete/NoConfirm/Log [.x2p]*.com;*