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 /Makefile.SH | |
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 'Makefile.SH')
-rwxr-xr-x | Makefile.SH | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH index 1ea97fcca1..7502235354 100755 --- a/Makefile.SH +++ b/Makefile.SH @@ -1285,7 +1285,6 @@ _mopup: -@test -f vms/README_vms.pod && rm -f vms/README_vms.pod -rm -f perl.exp ext.libs $(generated_pods) uni.data opmini.o perlmini.o pod/roffitall -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 |