Lines Matching refs:doit
48 doit="${DOITPROG-}"
243 $doit $instcmd "$dst" \
244 && { test -z "$chowncmd" || $doit $chowncmd "$dst"; } \
245 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } \
246 && { test -z "$stripcmd" || $doit $stripcmd "$dst"; } \
247 && { test -z "$chmodcmd" || $doit $chmodcmd "$dst"; }
252 /tmp/*) doit="${DOITPROG-}" ;;
253 *.la) doit="echo SKIPPING " ;;
254 *) doit="${DOITPROG-}" ;;
277 $doit $instcmd "$src" "$dsttmp" &&
283 # errors from the above "$doit $instcmd $src $dsttmp" command.
285 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } \
286 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } \
287 && { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } \
288 && { test -z "$chmodcmd" || $doit $chmodcmd "$dsttmp"; } &&
297 $doit $rmcmd -f "$dstdir/$dstfile" 2>/dev/null \
298 || $doit $mvcmd -f "$dstdir/$dstfile" "$rmtmp" 2>/dev/null \
309 $doit $mvcmd "$dsttmp" "$dstdir/$dstfile"