Home | History | Annotate | Download | only in tools

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"
94 run mkdir -p $(dirname "$OUT") && cp $(get_host_exec_name make) $OUT
95 fail_panic "Could not copy executable to: $OUT"