Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
lib/ExtUtils/ | H | - | - | 313 | 140 | |
port/ | H | - | - | 5,010 | 4,686 | |
README | H A D | 14-Jun-2005 | 934 | 23 | 20 |
README
1# 2# Copyright 2004 Sun Microsystems, Inc. All rights reserved. 3# Use is subject to license terms. 4# 5#ident "%Z%%M% %I% %E% SMI" 6# 7This directory contains utilities that help port a standard perl 5.8.4 build 8directory into the ON tree and patched versions of standard perl files needed 9to work around build issues. 10 11lib/ExtUtils/MM.pm 12lib/ExtUtils/MM_Solaris_ON.pm 13The standard MakeMaker framework is obviously not ON-aware and we can't patch 14the version we ship. The port/lib directory contains replacement MakeMaker 15components that are ON-aware. We arrange for these versions to be used during 16the build in preference to the standard ones by setting PERL5INC appropriately 17in the environment. See the source files themselves for details of the changes 18that were necessary. 19 20port 21This directory contains scripts and data files used to port a stock perl 5.8.4 22source tree into an ON workspace. See the README in port for details. 23