Searched refs:dstfile (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/gmp/
H A Dinstall-sh252 dstfile=`basename "$dst"`
254 dstfile=`basename "$dst" $transformbasename \
259 test -z "$dstfile" && dstfile=`basename "$dst"`
284 { $doit $mvcmd -f "$dsttmp" "$dstdir/$dstfile" 2>/dev/null \
296 if test -f "$dstdir/$dstfile"; then
297 $doit $rmcmd -f "$dstdir/$dstfile" 2>/dev/null \
298 || $doit $mvcmd -f "$dstdir/$dstfile" "$rmtmp" 2>/dev/null \
300 echo "$0: cannot unlink or rename $dstdir/$dstfile" >&2
309 $doit $mvcmd "$dsttmp" "$dstdir/$dstfile"
[all...]
/haiku-buildtools/legacy/binutils/
H A Dinstall-sh257 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"
/haiku-buildtools/libtool/
H A Dinstall-sh257 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"
/haiku-buildtools/libtool/libltdl/
H A Dinstall-sh257 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"
/haiku-buildtools/legacy/autoconf/
H A Dinstall-sh207 dstfile=`basename $dst`
209 dstfile=`basename $dst $transformbasename |
215 if [ x"$dstfile" = x ]
217 dstfile=`basename $dst`
245 $doit $rmcmd -f $dstdir/$dstfile &&
246 $doit $mvcmd $dsttmp $dstdir/$dstfile
/haiku-buildtools/legacy/gcc/
H A Dinstall-sh207 dstfile=`basename $dst`
209 dstfile=`basename $dst $transformbasename |
215 if [ x"$dstfile" = x ]
217 dstfile=`basename $dst`
245 $doit $rmcmd -f $dstdir/$dstfile &&
246 $doit $mvcmd $dsttmp $dstdir/$dstfile

Completed in 39 milliseconds