Home
last modified time | relevance | path

Searched refs:dstdir (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/host-tools/make-3.81/config/
Dinstall-sh216 dstdir=`echo "$dst" | sed -e 's,/*$,,;s,[^/]*$,,;s,/*$,,;s,^$,.,'`
221 if test ! -d "$dstdir"; then
229 set x `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'`
260 dsttmp=$dstdir/_inst.$$_
261 rmtmp=$dstdir/_rm.$$_
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
[all …]