Lines Matching full:make
17 # Build the host version of the make executable and place it
25 "Rebuild the host GNU Make tool used by the NDK."
39 GNUMAKE=make
40 register_var_option "--make=<path>" GNUMAKE "Specify GNU Make program for the build"
48 SUBDIR=$(get_prebuilt_host_exec make)
54 GNUMAKE_SRCDIR=$ANDROID_NDK_ROOT/sources/host-tools/make-$GNUMAKE_VERSION
56 echo "ERROR: Can't find make-$GNUMAKE_VERSION source tree: $GNUMAKE_SRCDIR"
71 fail_panic "Could not copy GNU Make sources to: $TMP_SRCDIR"
93 fail_panic "Failed to configure the make-$GNUMAKE_VERSION build!"
95 log "Building make"
97 fail_panic "Failed to build the make-$GNUMAKE_VERSION executable!"
100 run mkdir -p $(dirname "$OUT") && cp $(get_host_exec_name make) $OUT
104 ARCHIVE=ndk-make-$HOST_TAG.tar.bz2