diff options
author | Nicholas Clark <nick@ccl4.org> | 2013-05-15 21:34:21 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2013-05-20 21:50:45 +0200 |
commit | e1da83eac92e1d2253d6b03218386b36cb4bb0af (patch) | |
tree | 3a4ecd6a9f680f652b222e2a26574a5c0f678e0a /Cross | |
parent | 6105164f37e277ea0eb5dec4a432b86b49489be1 (diff) | |
download | perl-e1da83eac92e1d2253d6b03218386b36cb4bb0af.tar.gz |
Remove rules to delete *.loadmap and *.prelmap files, generated on VM/ESA
These rules to clean up properly on VM/ESA were added in Oct 1998 by
perforce changes 1961, 1962 and 1963 in the confperl branch. VM/ESA support
was removed by commit 043fec90e88a2e23 in Aug 2012.
Diffstat (limited to 'Cross')
-rw-r--r-- | Cross/Makefile-cross-SH | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Cross/Makefile-cross-SH b/Cross/Makefile-cross-SH index f14bc814d5..e83cd4cf8f 100644 --- a/Cross/Makefile-cross-SH +++ b/Cross/Makefile-cross-SH @@ -957,7 +957,6 @@ _mopup: -@test -f vms/README_vms.pod && rm -f vms/README_vms.pod -rm -f perl.exp ext.libs extra.pods uni.data opmini.o -rm -f perl.export perl.dll perl.libexp perl.map perl.def - -rm -f perl.loadmap miniperl.loadmap perl.prelmap miniperl.prelmap -rm -f perl.third lib*.so.perl.third perl.3log t/perl.third t/perl.3log -rm -f perl.pixie lib*.so.perl.pixie lib*.so.Addrs -rm -f perl.Addrs perl.Counts t/perl.Addrs t/perl.Counts *perl.xok |