Home | History | Annotate | Download | only in build-scripts

Lines Matching refs:dstfile

73 usage="Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE
78 In the 1st form, copy SRCFILE to DSTFILE.
90 -T report an error if DSTFILE is a directory.
257 dstfile=`basename "$dst"`
282 { $doit $mvcmd -f "$dsttmp" "$dstdir/$dstfile" 2>/dev/null \
294 if test -f "$dstdir/$dstfile"; then
295 $doit $rmcmd -f "$dstdir/$dstfile" 2>/dev/null \
296 || $doit $mvcmd -f "$dstdir/$dstfile" "$rmtmp" 2>/dev/null \
298 echo "$0: cannot unlink or rename $dstdir/$dstfile" >&2
307 $doit $mvcmd "$dsttmp" "$dstdir/$dstfile"