From 781f5a38a31daaa4e0bfc9110579971d8b7a7100 Mon Sep 17 00:00:00 2001 From: "Craig A. Berry" Date: Fri, 31 Jul 2009 05:42:47 -0500 Subject: [PATCH] Clean up the .exists files on VMS. --- vms/descrip_mms.template | 1 + 1 file changed, 1 insertion(+) 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;* -- 2.7.4