From ac2c13e80f4a2afce325daa310dd1d247110403b Mon Sep 17 00:00:00 2001 From: "Craig A. Berry" Date: Fri, 18 Feb 2011 21:23:52 -0600 Subject: Add buildcustomize.pl to realclean target on VMS. --- vms/descrip_mms.template | 1 + 1 file changed, 1 insertion(+) (limited to 'vms') diff --git a/vms/descrip_mms.template b/vms/descrip_mms.template index 37637830a8..d99e059d97 100644 --- a/vms/descrip_mms.template +++ b/vms/descrip_mms.template @@ -1964,6 +1964,7 @@ realclean : clean - If F$Search("[.t.lib]vmsfspec.t").nes."" Then Delete/NoConfirm/Log [.t.lib]vmsfspec.t;* - If F$Search("[.t.lib]vmsish.t").nes."" Then Delete/NoConfirm/Log [.t.lib]vmsish.t;* - If F$Search("vmspipe.com").nes."" Then Delete/NoConfirm/Log vmspipe.com;* + - If F$Search("[.lib]buildcustomize.pl").nes."" Then Delete/NoConfirm/Log [.lib]buildcustomize.pl;* cleansrc : clean - If F$Search("*.c;-1").nes."" Then Purge/NoConfirm/Log *.c -- cgit v1.2.1