diff options
Diffstat (limited to 'vms')
-rw-r--r-- | vms/descrip_mms.template | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vms/descrip_mms.template b/vms/descrip_mms.template index 84c4c2f6df..e39dfe16b4 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;* |