Home
last modified time | relevance | path

Searched refs:GNUMAKE (Results 1 – 10 of 10) sorted by relevance

/ndk/
Dndk-build189 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`
211 log "GNUMAKE=$GNUMAKE (system path)"
213 log "GNUMAKE=$GNUMAKE (NDK prebuilt)"
[all …]
Dndk-which41 if [ -z "$GNUMAKE" ] ; then
42 GNUMAKE=make
44 …NDK_PROJECT_PATH=/tmp/ndk-which $GNUMAKE --no-print-dir -f $MYNDKDIR/build/core/build-local.mk DUM…
Dndk-gdb117 if [ -z "$GNUMAKE" ] ; then
118 GNUMAKE=make
120 …$GNUMAKE --no-print-dir -f $ANDROID_NDK_ROOT/build/core/build-local.mk -C $PROJECT DUMP_$1 | tail …
125 if [ -z "$GNUMAKE" ] ; then
126 GNUMAKE=make
128 …$GNUMAKE --no-print-dir -f $ANDROID_NDK_ROOT/build/core/build-local.mk -C $PROJECT DUMP_$1 APP_ABI…
/ndk/build/tools/
Dbuild-ndk-stack.sh38 GNUMAKE=
39 register_var_option "--make=<path>" GNUMAKE "Specify GNU Make program"
67 if [ -z "$GNUMAKE" ]; then
68 GNUMAKE=make
69 log "Auto-config: --make=$GNUMAKE"
89 run $GNUMAKE -C $SRCDIR -f $SRCDIR/GNUmakefile \
Dbuild-host-sed.sh37 GNUMAKE=make
38 register_var_option "--make=<path>" GNUMAKE "Specify GNU Make program"
75 run $GNUMAKE -j $NUM_JOBS -C lib
76 run $GNUMAKE -j $NUM_JOBS -C sed
Dbuild-host-awk.sh37 GNUMAKE=make
38 register_var_option "--make=<path>" GNUMAKE "Specify GNU Make program"
79 run $GNUMAKE \
Dbuild-host-make.sh39 GNUMAKE=make
40 register_var_option "--make=<path>" GNUMAKE "Specify GNU Make program for the build"
97 run $GNUMAKE -j $NUM_JOBS
/ndk/docs/text/
DNDK-BUILD.text109 default 'make' command, define GNUMAKE in your environment to point to it
112 GNUMAKE=/usr/local/bin/gmake ndk-build
116 export GNUMAKE=/usr/local/bin/gmake
137 $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
DINSTALL.text43 also want to define the GNUMAKE environment variable to point to it.
/ndk/tests/
Drun-tests.sh442 if [ -z "$GNUMAKE" ] ; then
443 GNUMAKE=make
445 $GNUMAKE --no-print-dir -f $NDK/build/core/build-local.mk -C $PROJECT DUMP_$VAR | tail -1