From: Craig A. Berry Date: Sun, 12 Jul 2009 14:27:48 +0000 (-0500) Subject: Some missing realclean items for VMS. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d6521b5650c0b0e050e24c14c9f29510eb224d6d;p=p5sagit%2Fp5-mst-13.2.git Some missing realclean items for VMS. --- diff --git a/vms/descrip_mms.template b/vms/descrip_mms.template index edaacc0..6ec06b4 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