diff options
author | Craig A. Berry <craigberry@mac.com> | 2009-07-31 05:42:47 -0500 |
---|---|---|
committer | Craig A. Berry <craigberry@mac.com> | 2009-07-31 05:42:47 -0500 |
commit | 781f5a38a31daaa4e0bfc9110579971d8b7a7100 (patch) | |
tree | 1ab62687930b8cd778c9151e33399803adc91f70 /vms | |
parent | f629640b47d85ee716c01ebff7cc36202d0f9bb9 (diff) | |
download | perl-781f5a38a31daaa4e0bfc9110579971d8b7a7100.tar.gz |
Clean up the .exists files on VMS.
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;* |