OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GNUMAKE
(Results
1 - 5
of
5
) 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
45
GNUMAKE
=
46
register_var_option "--make=<path>"
GNUMAKE
"Specify GNU Make program"
78
if [ -z "$
GNUMAKE
" ]; then
79
GNUMAKE
=make
80
log "Auto-config: --make=$
GNUMAKE
"
98
run $
GNUMAKE
-C $SRCDIR -f $SRCDIR/GNUMakefile \
build-host-sed.sh
36
GNUMAKE
=make
37
register_var_option "--make=<path>"
GNUMAKE
"Specify GNU Make program"
68
run $
GNUMAKE
-j $NUM_JOBS
Completed in 63 milliseconds