summaryrefslogtreecommitdiff
path: root/vms
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2013-06-17 15:52:30 +0200
committerNicholas Clark <nick@ccl4.org>2013-07-02 15:57:20 +0200
commit520d1ba1ab135f43cd211b44c5fc6a1beda7b4f4 (patch)
treebd5552195df6fc5355dd5db0ddc24d4964ec18cf /vms
parent2d11a7e9678a8894622d2af2943f9976d913f4c9 (diff)
downloadperl-520d1ba1ab135f43cd211b44c5fc6a1beda7b4f4.tar.gz
Remove defunct DESCRIP.MMS cleanup rules.
Rules to remove C and object files from vms/ext were made redundant when commit 26dd53a231877708 in Sep 2009 moved the XS extensions from there to ext/ The wildcard rule to remove t/lib/vms*.t, which has been in vms/descrip_mms.template since the file was added by commit 97abc6adffcd3efc in June 1998 was effectively made redundant when it was duplicated by 4 specific rules for the 4 files it matched added by commit 493ba88a837f5a6b in June 2001. The rule to delete t/lib/vmsish.t was made redundant when vms/ext/vmsish.* were moved to lib/ by commit 9f84c00564fd021b in Nov 2001.
Diffstat (limited to 'vms')
-rw-r--r--vms/descrip_mms.template6
1 files changed, 0 insertions, 6 deletions
diff --git a/vms/descrip_mms.template b/vms/descrip_mms.template
index 3670d7b3a0..de57563662 100644
--- a/vms/descrip_mms.template
+++ b/vms/descrip_mms.template
@@ -813,8 +813,6 @@ tidy : cleanlis
- If F$Search("mg_data.h;-1") .nes."" Then Purge/NoConfirm/Log mg_data.h
- If F$Search("Perlshr_Gbl*.Mar;-1") .nes."" Then Purge/NoConfirm/Log Perlshr_Gbl*.Mar
- If F$Search("[.ext.Opcode...];-1").nes."" Then Purge/NoConfirm/Log [.ext.Opcode]
- - If F$Search("[.vms.ext...]*.C;-1").nes."" Then Purge/NoConfirm/Log [.vms.ext...]*.C
- - If F$Search("[.vms.ext...]*$(O);-1").nes."" Then Purge/NoConfirm/Log [.vms.ext...]*$(O)
- If F$Search("[.lib.auto...]*.al;-1").nes."" Then Purge/NoConfirm/Log [.lib.auto...]*.al
- If F$Search("[.lib.auto...]autosplit.ix;-1").nes."" Then Purge/NoConfirm/Log [.lib.auto...]autosplit.ix
- If F$Search("[.lib]Config.pm;-1").nes."" Then Purge/NoConfirm/Log [.lib]Config.pm
@@ -843,8 +841,6 @@ clean : tidy cleantest
- If F$Search("mg_data.h") .nes."" Then Delete/NoConfirm/Log mg_data.h;*
- If F$Search("Perlshr_Gbl*.Mar") .nes."" Then Delete/NoConfirm/Log Perlshr_Gbl*.Mar;*
- If F$Search("*.TS").nes."" Then Delete/NoConfirm/Log *.TS;*
- - If F$Search("[.vms.ext...]*.C").nes."" Then Delete/NoConfirm/Log [.vms.ext...]*.C;*
- - If F$Search("[.vms.ext...]*$(O)").nes."" Then Delete/NoConfirm/Log [.vms.ext...]*$(O);*
- If F$Search("[.pod]*.com").nes."" Then Delete/NoConfirm/Log [.pod]*.com;*
- If F$Search("[.pod]roffitall").nes."" Then Delete/NoConfirm/Log [.pod]roffitall;*
- If F$Search("$(PERLDELTA_CURRENT)").nes."" Then Delete/NoConfirm/Log $(PERLDELTA_CURRENT);*
@@ -885,12 +881,10 @@ realclean : clean
- If F$Search("[.lib.ExtUtils]Miniperl.pm").nes."" Then Delete/NoConfirm/Log [.lib.ExtUtils]Miniperl.pm;*
- If F$Search("[.utils]perldoc.com").nes."" Then Delete/NoConfirm/Log [.utils]perldoc.com;*
- If F$Search("[.utils]perlivp.com").nes."" Then Delete/NoConfirm/Log [.utils]perlivp.com;*
- - If F$Search("[.t.lib]vms*.t").nes."" Then Delete/NoConfirm/Log [.t.lib]vms*.t;*
- If F$Search("[...]*$(E)").nes."" Then Delete/NoConfirm/Log [...]*$(E);*
- If F$Search("Perl_Setup.Com").nes."" Then Delete/NoConfirm/Log Perl_Setup.Com;*
- If F$Search("[.t]rantests.").nes."" Then Delete/NoConfirm/Log [.t]rantests.;*
- If F$Search("[.t]test_state.").nes."" Then Delete/NoConfirm/Log [.t]test_state.;*
- - 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;*
- If F$Search("[.lib]config.pod").nes."" Then Delete/NoConfirm/Log [.lib]config.pod;*