No need to run AutoSplit on lib - all AutoLoader using modules are in ext.
authorNicholas Clark <nick@ccl4.org>
Fri, 11 Sep 2009 21:07:01 +0000 (22:07 +0100)
committerNicholas Clark <nick@ccl4.org>
Fri, 11 Sep 2009 21:12:30 +0000 (22:12 +0100)
commitebca06e95b02d1a8cf073328af30c9f4b9af6891
tree28fd7289ec262f32fd2389eed1736f8e8019d177
parentdba3d646d21716f1dbbeb5e0e7ba484a1e782f0f
No need to run AutoSplit on lib - all AutoLoader using modules are in ext.

It seems that the code in the Makefile to run AutoSplit over lib has actually
been vestigial since some point *before* 5.000. Presumably, initially, Perl code
for extensions was in lib, and autosplit (the precursor to AutoSplit.pm) was run
on them there. Or they were copied from ext to lib first, before splitting.
Fifteen year-old backup tapes refuse to give us the detailed history of the
pre-5.000 period.

Whatever the cause, the code was never needed - backed up by the absense of any
analgous code in the Win32 Makefiles. So remove it. This happens to also remove
the only use of the shell script makedir, so remove it too.
Cross/Makefile-cross-SH
MANIFEST
Makefile.SH
makedir.SH [deleted file]
vms/descrip_mms.template