Lines Matching refs:OUT
34 OUT=
36 register_option "--out=<file>" do_out "Specify output executable path" "$OUT"
37 do_out () { CUSTOM_OUT=true; OUT=$1; }
49 OUT=$NDK_DIR/$SUBDIR
50 log "Auto-config: --out=$OUT"
101 run mkdir -p $(dirname "$OUT") && cp $(get_host_exec_name make) $OUT
102 fail_panic "Could not copy executable to: $OUT"