Home | History | Annotate | Download | only in x86_64-linux-glibc2.7-4.6

Lines Matching refs:SYMLINKS

1352     SYMLINKS=`ls -l $(sysroot_dir)/usr/lib | grep /lib/ | awk '{ print $10; }'`
1354 for SL in $SYMLINKS; do
1363 # Also deal with a few direct symlinks that don't use the /lib/ prefix
1365 SYMLINKS=`ls -l $(sysroot_dir)/usr/lib | grep -v /lib/ | awk '{ print $10; }'`
1367 for SL in $SYMLINKS; do