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

  /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/
ndk-which 41 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 DUMP_$1 APP_ABI=$2
ndk-build 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" ]; the
    [all...]
ndk-gdb 121 if [ -z "$GNUMAKE" ] ; then
122 GNUMAKE=make
124 $GNUMAKE --no-print-dir -f $ANDROID_NDK_ROOT/build/core/build-local.mk -C $PROJECT DUMP_$1 | tail -1
129 if [ -z "$GNUMAKE" ] ; then
130 GNUMAKE=make
132 $GNUMAKE --no-print-dir -f $ANDROID_NDK_ROOT/build/core/build-local.mk -C $PROJECT DUMP_$1 APP_ABI=$2 | tail -1
  /ndk/build/tools/
build-host-sed.sh 37 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
build-ndk-stack.sh 39 GNUMAKE=
40 register_var_option "--make=<path>" GNUMAKE "Specify GNU Make program"
121 if [ -z "$GNUMAKE" ]; then
122 GNUMAKE=make
123 log "Auto-config: --make=$GNUMAKE"
164 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"
79 run $GNUMAKE \
build-host-make.sh 39 GNUMAKE=make
40 register_var_option "--make=<path>" GNUMAKE "Specify GNU Make program for the build"
97 run $GNUMAKE -j $NUM_JOBS
  /ndk/tests/
run-tests.sh 506 if [ -z "$GNUMAKE" ] ; then
507 GNUMAKE=make
509 $GNUMAKE --no-print-dir -f $NDK/build/core/build-local.mk -C $PROJECT DUMP_$VAR | tail -1
    [all...]

Completed in 593 milliseconds