Home | History | Annotate | Download | only in sparc

Lines Matching refs:aout

281 		mv -f $f $root/emul/aout/usr/lib || return 1
307 mv -f $root/$xlibdir/$f $root/emul/aout/$xlibdir || return 1
318 if [ -d $root/emul/aout/. ]; then
319 echo "Using existing /emul/aout directory"
321 echo "Creating /emul/aout hierarchy"
322 mkdir -p $root/usr/aout || return 1
328 if [ -h $root/emul/aout ]; then
329 echo "Preserving existing symbolic link from /emul/aout"
330 mv -f $root/emul/aout $root/emul/aout.old || return 1
333 ln -s ../usr/aout $root/emul/aout || return 1
336 # Create /emul/aout/etc and /emul/aout/usr/lib
337 if [ ! -d $root/emul/aout/etc ]; then
338 mkdir $root/emul/aout/etc || return 1
340 if [ ! -d $root/emul/aout/usr/lib ]; then
341 mkdir -p $root/emul/aout/usr/lib || return 1
346 mv -f $root/etc/ld.so.conf $root/emul/aout/etc || return 1
349 # Finally, move the aout shared libraries from /usr/lib
355 mkdir -p $root/emul/aout/$xlibdir || return 1
368 in the filesystem hierarchy rooted at /emul/aout.
371 shared libraries in a.out format found in /usr/lib to /emul/aout/usr/lib.