Home | History | Annotate | Download | only in miniroot

Lines Matching refs:aout

331 		mv -f $f $root/emul/aout/usr/lib || return 1
357 mv -f $root/$xlibdir/$f $root/emul/aout/$xlibdir || return 1
368 if [ -d $root/emul/aout/. ]; then
369 echo "Using existing /emul/aout directory"
371 echo "Creating /emul/aout hierarchy"
372 mkdir -p $root/usr/aout || return 1
378 if [ -h $root/emul/aout ]; then
379 echo "Preserving existing symbolic link from /emul/aout"
380 mv -f $root/emul/aout $root/emul/aout.old || return 1
383 ln -s ../usr/aout $root/emul/aout || return 1
386 # Create /emul/aout/etc and /emul/aout/usr/lib
387 if [ ! -d $root/emul/aout/etc ]; then
388 mkdir $root/emul/aout/etc || return 1
390 if [ ! -d $root/emul/aout/usr/lib ]; then
391 mkdir -p $root/emul/aout/usr/lib || return 1
396 mv -f $root/etc/ld.so.conf $root/emul/aout/etc || return 1
399 # Finally, move the aout shared libraries from /usr/lib
405 mkdir -p $root/emul/aout/$xlibdir || return 1
418 in the filesystem hierarchy rooted at /emul/aout.
421 shared libraries in a.out format found in /usr/lib to /emul/aout/usr/lib.