Lines Matching refs:awk
624 # Write a small awk script used to extract filenames for a given package
625 cat > $DOWNLOAD_DIR/extract-filename.awk <<EOF
659 # The following is an awk command to parse the Packages file and extract
662 local FILE=`awk -f "$DOWNLOAD_DIR/extract-filename.awk" -v PKG=$1 $DOWNLOAD_DIR/Packages`
1072 PACKAGE=$(basename $(echo $LINE | awk '{ print $2;}'))
1073 SHA1=$(echo $LINE | awk '{ print $1; }')
1137 SYMLINKS=`ls -l $(sysroot_dir)/usr/lib | grep /lib/ | awk '{ print $10; }'`
1150 SYMLINKS=`ls -l $(sysroot_dir)/usr/lib | grep -v /lib/ | awk '{ print $10; }'`