OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
117
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 -1
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=$2 | tail -1
/ndk/build/tools/
build-ndk-stack.sh
38
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 \
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-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
442
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
Completed in 118 milliseconds