Lines Matching refs:GNUMAKE
188 # If GNUMAKE is defined, check that it points to a valid file
189 if [ -n "$GNUMAKE" ] ; then
190 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/make
203 if [ ! -f "$GNUMAKE" ]; then
205 GNUMAKE=`which make 2> /dev/null`
208 echo "or define the GNUMAKE variable to point to it."
211 log "GNUMAKE=$GNUMAKE (system path)"
213 log "GNUMAKE=$GNUMAKE (NDK prebuilt)"
223 GNUMAKE=`cygpath -u $GNUMAKE`
225 CYGWIN_GNUMAKE=`$GNUMAKE -f "$PROGDIR_MIXED/build/core/check-cygwin-make.mk" 2>&1`
228 echo "Currently using: `cygpath -m $GNUMAKE`"
235 echo "2. Define the GNUMAKE environment variable to point to it, as in:"
237 echo " export GNUMAKE=/usr/bin/make"
302 $GNUMAKE --no-print-dir -f $PROGDIR/build/core/build-local.mk $FLAGS DUMP_${VAR} | tail -1
310 $GNUMAKE --no-print-dir -f $PROGDIR/build/core/build-local.mk $FLAGS DUMP_${VAR} APP_ABI=${ABI} | tail -1
321 $GNUMAKE -f $PROGDIR/build/core/build-local.mk "$@" APP_ABI=$ABI
324 $GNUMAKE -f $PROGDIR/build/core/build-local.mk "$@"