diff options
author | Craig A. Berry <craigberry@mac.com> | 2009-07-12 09:27:48 -0500 |
---|---|---|
committer | Craig A. Berry <craigberry@mac.com> | 2009-07-12 09:27:48 -0500 |
commit | d6521b5650c0b0e050e24c14c9f29510eb224d6d (patch) | |
tree | e7c9d9c42e30402ae5033995c111cc55f356b224 /vms/descrip_mms.template | |
parent | fb6e4a4e4598d2f4d2f011525b2ff33f3b73f007 (diff) | |
download | perl-d6521b5650c0b0e050e24c14c9f29510eb224d6d.tar.gz |
Some missing realclean items for VMS.
Diffstat (limited to 'vms/descrip_mms.template')
-rw-r--r-- | vms/descrip_mms.template | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vms/descrip_mms.template b/vms/descrip_mms.template index edaacc0cca..6ec06b4e6d 100644 --- a/vms/descrip_mms.template +++ b/vms/descrip_mms.template @@ -1895,7 +1895,7 @@ realclean : clean - If F$Search("config.h").nes."" Then Delete/NoConfirm/Log config.h;* - If F$Search("config.sh").nes."" Then Delete/NoConfirm/Log config.sh;* - $(MINIPERL) -e "use File::Path; rmtree(\@ARGV,1,0);" config - - If F$Search("[.lib.unicore]*.pl").nes."" Then Delete/NoConfirm/Log [.lib.unicore]*.pl;* + - If F$Search("[.lib.unicore...]*.pl").nes."" Then Delete/NoConfirm/Log [.lib.unicore...]*.pl;* - If F$Search("[.lib.unicore]Properties.").nes."" Then Delete/NoConfirm/Log [.lib.unicore]Properties.;* - $(MINIPERL) -e "use File::Path; rmtree(\@ARGV,1,0);" $(unidatadirs) - If F$Search("Descrip.MMS").nes."" Then Delete/NoConfirm/Log Descrip.MMS;* @@ -1927,6 +1927,7 @@ realclean : clean - If F$Search("[.t.lib]vmsish.t").nes."" Then Delete/NoConfirm/Log [.t.lib]vmsish.t;* - If F$Search("[.t.lib]vms_dclsym.t").nes."" Then Delete/NoConfirm/Log [.t.lib]vms_dclsym.t;* - If F$Search("[.t.lib]vms_stdio.t").nes."" Then Delete/NoConfirm/Log [.t.lib]vms_stdio.t;* + - If F$Search("vmspipe.com").nes."" Then Delete/NoConfirm/Log vmspipe.com;* cleansrc : clean - If F$Search("*.c;-1").nes."" Then Purge/NoConfirm/Log *.c |