Lines Matching refs:sysroot
43 sysroot=$CODEMGR_WS/proto/root_$isa
45 sysroot=$ROOT
47 sysroot=/
206 echo "fmsim: populating /usr/lib/fm from $sysroot ... \c"
207 (cd $sysroot && find usr/lib/fm -depth -print | cpio -pdmu $simroot)
209 for platdir in $sysroot/usr/platform/*/lib/fm; do
210 [[ -d $platdir ]] && platdir=${platdir#$sysroot} || continue
211 echo "fmsim: populating $platdir from $sysroot ... \c"
212 (cd $sysroot && find ${platdir#/} -depth -print | cpio -pdmu $simroot)
215 echo "fmsim: populating /usr/lib/locale/$LANG from $sysroot ... \c"
216 (cd $sysroot && find usr/lib/locale/$LANG -depth -print | cpio -pdmu $simroot)
218 echo "fmsim: populating /usr/sbin from $sysroot ... \c"
219 (cd $sysroot && list_cmds | cpio -pdmu $simroot)