Home | History | Annotate | Download | only in ndk

Lines Matching refs:GNUMAKE

43 # If GNUMAKE is defined, check that it points to a valid file
44 if [ -n "$GNUMAKE" ] ; then
45 ABS_GNUMAKE=`which $GNUMAKE 2> /dev/null`
47 echo "ERROR: Your GNUMAKE variable is defined to an invalid name: $GNUMAKE"
51 GNUMAKE="$ABS_GNUMAKE"
54 GNUMAKE=`which make 2> /dev/null`
57 echo "or define the GNUMAKE variable to point to it."
67 GNUMAKE=`cygpath -u $GNUMAKE`
69 CYGWIN_GNUMAKE=`$GNUMAKE -f "$PROGDIR_MIXED/build/core/check-cygwin-make.mk" 2>&1`
72 echo "Currently using: `cygpath -m $GNUMAKE`"
79 echo "2. Define the GNUMAKE environment variable to point to it, as in:"
81 echo " export GNUMAKE=/usr/bin/make"
89 $GNUMAKE -f $PROGDIR/build/core/build-local.mk "$@"