Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/
H A Dltmain.sh443 opt_dry_run=false
847 if test -n "$_G_directory_path" && test : != "$opt_dry_run"; then
896 if test : = "$opt_dry_run"; then
2311 opt_dry_run=false
2366 opt_dry_run=:
3512 until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do
3529 $opt_dry_run || $RM $removelist
3536 $opt_dry_run || $RM $removelist
3583 $opt_dry_run || $RM $removelist
3632 $opt_dry_run || $RM $removelist
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/
H A D0009-Use-libtool-2.4.patch16527 -opt_dry_run=false
16684 +opt_dry_run=false
16719 + opt_dry_run=:
16722 - --dry-run | -n) opt_dry_run=: ;;
17607 $opt_dry_run || $RM $removelist
17615 $opt_dry_run || $RM $removelist
17618 trap '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' 1 2 15
17649 '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE'
17753 if test "X$opt_dry_run" = Xfalse; then
17802 + if $opt_dry_run; then
[all …]