Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/
H A Dinstall-sh451 trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
456 # Create $dsttmp read-write so that cp doesn't create it read-only,
459 : >"$dsttmp" # No need to fork-exec 'touch'.
461 $doit touch "$dsttmp"
465 $doit_exec $cpprog "$src" "$dsttmp") &&
471 # errors from the above "$doit $cpprog $src $dsttmp" command.
473 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
474 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
475 { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } &&
476 { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } &&
[all …]
/OK3568_Linux_fs/buildroot/dl/stressapptest/git/
H A Dinstall-sh450 trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
453 (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") &&
459 # errors from the above "$doit $cpprog $src $dsttmp" command.
461 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
462 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
463 { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } &&
464 { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } &&
469 new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` &&
478 $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1
480 rm -f "$dsttmp"
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/files/
H A Dfix-osspuuid-cross-compile.patch31 + echo "strip $dsttmp" 1>&2
33 +- strip $dsttmp || shtool_exit $?
34 ++ $STRIP $dsttmp || shtool_exit $?
/OK3568_Linux_fs/buildroot/package/openldap/
H A D0001-fix_cross_strip.patch13 echo "strip $dsttmp" 1>&2
15 - strip $dsttmp || shtool_exit $?
16 + $STRIP $dsttmp || shtool_exit $?