HomeSort by relevance Sort by last modified time
    Searched refs:GNUMAKE (Results 1 - 7 of 7) sorted by null

  /ndk/
ndk-build 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`
    [all...]
ndk-gdb 72 if [ -z "$GNUMAKE" ] ; then
73 GNUMAKE=make
75 $GNUMAKE --no-print-dir -f $ANDROID_NDK_ROOT/build/core/build-local.mk -C $PROJECT DUMP_$1
80 if [ -z "$GNUMAKE" ] ; then
81 GNUMAKE=make
83 $GNUMAKE --no-print-dir -f $ANDROID_NDK_ROOT/build/core/build-local.mk -C $PROJECT DUMP_$1 APP_ABI=$2
  /external/qemu/distrib/
update-audio.sh 62 if test -z "$GNUMAKE"; then
63 GNUMAKE=`which make` && GNUMAKE=$(is_gnu_make $GNUMAKE)
66 if test -z "$GNUMAKE"; then
67 GNUMAKE=`which gmake` && GNUMAKE=$(is_gnu_make $GNUMAKE)
70 if test -z "$GNUMAKE"; then
71 echo "could not find GNU Make on this machine. please define GNUMAKE to point to it
    [all...]
  /ndk/build/tools/
build-ndk-stack.sh 38 GNUMAKE=
39 register_var_option "--make=<path>" GNUMAKE "Specify GNU Make program"
63 if [ -z "$GNUMAKE" ]; then
64 GNUMAKE=make
65 log "Auto-config: --make=$GNUMAKE"
88 run $GNUMAKE -C $SRCDIR -f $SRCDIR/GNUMakefile \
build-host-awk.sh 37 GNUMAKE=make
38 register_var_option "--make=<path>" GNUMAKE "Specify GNU Make program"
65 run $GNUMAKE \
build-host-make.sh 39 GNUMAKE=make
40 register_var_option "--make=<path>" GNUMAKE "Specify GNU Make program for the build"
81 run $GNUMAKE -j $NUM_JOBS
build-host-sed.sh 37 GNUMAKE=make
38 register_var_option "--make=<path>" GNUMAKE "Specify GNU Make program"
67 run $GNUMAKE -j $NUM_JOBS

Completed in 33 milliseconds