Lines Matching refs:dst
982 dst=${3-$2}
988 dst_dir=$(dirname "$dst")
1005 test ! -h "$dst" || {
1006 echo "$me: rm -f $dst" &&
1007 rm -f "$dst"
1010 test -f "$dst" &&
1011 cmp -s "$src" "$dst" || {
1012 echo "$me: cp -fp $src $dst" &&
1013 cp -fp "$src" "$dst"
1022 test -h "$dst" &&
1024 dst_ls=$(ls -diL "$dst" 2>/dev/null) && set $dst_ls && dst_i=$1 &&
1026 both_ls=$(ls -dt "$src" "$dst") &&
1027 test "X$both_ls" = "X$dst$nl$src" || {
1032 case /$dst/ in
1034 die "invalid symlink calculation: $src -> $dst";;
1041 echo "$me: ln -fs $dot_dots$src $dst" &&
1042 ln -fs "$dot_dots$src" "$dst"
1269 */INSTALL) dst=INSTALL;;
1270 build-aux/*) dst=$build_aux/${file#build-aux/};;
1271 *) dst=$file;;
1273 symlink_to_dir "$GNULIB_SRCDIR" $file $dst \