Lines Matching refs:GNUMAKE
136 if [ -n "$GNUMAKE" ] ; then
137 ABS_GNUMAKE=`which $GNUMAKE 2> /dev/null`
139 echo "ERROR: Your GNUMAKE variable is defined to an invalid name: $GNUMAKE"
143 GNUMAKE="$ABS_GNUMAKE"
144 log "GNUMAKE=$GNUMAKE (from environment variable)"
149 GNUMAKE=$PROGDIR/prebuilt/$HOST_TAG/bin/make
150 if [ ! -f "$GNUMAKE" ]; then
152 GNUMAKE=`which make 2> /dev/null`
158 log "GNUMAKE=$GNUMAKE (system path)"
160 log "GNUMAKE=$GNUMAKE (NDK prebuilt)"
170 GNUMAKE=`cygpath -u $GNUMAKE`
172 CYGWIN_GNUMAKE=`$GNUMAKE -f "$PROGDIR_MIXED/build/core/check-cygwin-make.mk" 2>&1`
175 echo "Currently using: `cygpath -m $GNUMAKE`"
193 $GNUMAKE -f $PROGDIR/build/core/build-local.mk "$@"