1*0Sstevel@tonic-gate# 2*0Sstevel@tonic-gate# Copyright 2004 Sun Microsystems, Inc. All rights reserved. 3*0Sstevel@tonic-gate# Use is subject to license terms. 4*0Sstevel@tonic-gate# 5*0Sstevel@tonic-gate#ident "%Z%%M% %I% %E% SMI" 6*0Sstevel@tonic-gate# 7*0Sstevel@tonic-gateThis directory contains utilities that help port a standard perl 5.8.4 build 8*0Sstevel@tonic-gatedirectory into the ON tree and patched versions of standard perl files needed 9*0Sstevel@tonic-gateto work around build issues. 10*0Sstevel@tonic-gate 11*0Sstevel@tonic-gatelib/ExtUtils/MM.pm 12*0Sstevel@tonic-gatelib/ExtUtils/MM_Solaris_ON.pm 13*0Sstevel@tonic-gateThe standard MakeMaker framework is obviously not ON-aware and we can't patch 14*0Sstevel@tonic-gatethe version we ship. The port/lib directory contains replacement MakeMaker 15*0Sstevel@tonic-gatecomponents that are ON-aware. We arrange for these versions to be used during 16*0Sstevel@tonic-gatethe build in preference to the standard ones by setting PERL5INC appropriately 17*0Sstevel@tonic-gatein the environment. See the source files themselves for details of the changes 18*0Sstevel@tonic-gatethat were necessary. 19*0Sstevel@tonic-gate 20*0Sstevel@tonic-gateport 21*0Sstevel@tonic-gateThis directory contains scripts and data files used to port a stock perl 5.8.4 22*0Sstevel@tonic-gatesource tree into an ON workspace. See the README in port for details. 23