Searched refs:GNUMAKE (Results 1 – 10 of 10) sorted by relevance
189 if [ -n "$GNUMAKE" ] ; then190 ABS_GNUMAKE=`which $GNUMAKE 2> /dev/null`192 echo "ERROR: Your GNUMAKE variable is defined to an invalid name: $GNUMAKE"196 GNUMAKE="$ABS_GNUMAKE"197 log "GNUMAKE=$GNUMAKE (from environment variable)"202 GNUMAKE=$PROGDIR/prebuilt/$HOST_TAG/bin/make203 if [ ! -f "$GNUMAKE" ]; then205 GNUMAKE=`which make 2> /dev/null`211 log "GNUMAKE=$GNUMAKE (system path)"213 log "GNUMAKE=$GNUMAKE (NDK prebuilt)"[all …]
41 if [ -z "$GNUMAKE" ] ; then42 GNUMAKE=make44 …NDK_PROJECT_PATH=/tmp/ndk-which $GNUMAKE --no-print-dir -f $MYNDKDIR/build/core/build-local.mk DUM…
117 if [ -z "$GNUMAKE" ] ; then118 GNUMAKE=make120 …$GNUMAKE --no-print-dir -f $ANDROID_NDK_ROOT/build/core/build-local.mk -C $PROJECT DUMP_$1 | tail …125 if [ -z "$GNUMAKE" ] ; then126 GNUMAKE=make128 …$GNUMAKE --no-print-dir -f $ANDROID_NDK_ROOT/build/core/build-local.mk -C $PROJECT DUMP_$1 APP_ABI…
38 GNUMAKE=39 register_var_option "--make=<path>" GNUMAKE "Specify GNU Make program"67 if [ -z "$GNUMAKE" ]; then68 GNUMAKE=make69 log "Auto-config: --make=$GNUMAKE"89 run $GNUMAKE -C $SRCDIR -f $SRCDIR/GNUmakefile \
37 GNUMAKE=make38 register_var_option "--make=<path>" GNUMAKE "Specify GNU Make program"75 run $GNUMAKE -j $NUM_JOBS -C lib76 run $GNUMAKE -j $NUM_JOBS -C sed
37 GNUMAKE=make38 register_var_option "--make=<path>" GNUMAKE "Specify GNU Make program"79 run $GNUMAKE \
39 GNUMAKE=make40 register_var_option "--make=<path>" GNUMAKE "Specify GNU Make program for the build"97 run $GNUMAKE -j $NUM_JOBS
109 default 'make' command, define GNUMAKE in your environment to point to it112 GNUMAKE=/usr/local/bin/gmake ndk-build116 export GNUMAKE=/usr/local/bin/gmake137 $GNUMAKE -f $NDK/build/core/build-local.mk [parameters]139 Where '$GNUMAKE' points to GNU Make 3.81 or later, and $NDK points to your
43 also want to define the GNUMAKE environment variable to point to it.
442 if [ -z "$GNUMAKE" ] ; then443 GNUMAKE=make445 $GNUMAKE --no-print-dir -f $NDK/build/core/build-local.mk -C $PROJECT DUMP_$VAR | tail -1