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

Lines Matching refs:SRC

389     TOOLCHAIN_SRC_DIR=$WORK_DIR/toolchain-src
1358 local SRC=`echo $DST | sed -e 's!\.[0-9]*$!!g'`
1359 echo "Fixing symlink $SRC --> $DST"
1360 ln -sf $DST $SRC
1371 local SRC=`echo $DST | sed -e 's!\.[0-9]*$!!g'`
1372 if [ "$DST" != "$SRC" ]; then
1373 echo "Copying symlink $SRC --> $DST"
1374 ln -sf $DST $SRC