Searched refs:SHELL (Results 1 - 12 of 12) sorted by relevance

/ndk/
H A Dndk-build.cmd6 "%NDK_ROOT%prebuilt/%NDK_WIN_HOST%/bin/make.exe" -f "%NDK_ROOT%build/core/build-local.mk" SHELL=cmd %*
H A Dndk-gdb-py.cmd7 set SHELL=cmd variable
H A Dndk-build158 file -L "$SHELL" | grep -q "x86[_-]64"
/ndk/sources/host-tools/make-3.81/w32/
H A DMakefile68 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
80 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
91 ACLOCAL = ${SHELL} /opt/src/make/make-release/config/missing --run aclocal-1.9
95 AMTAR = ${SHELL} /opt/src/make/make-release/config/missing --run tar
97 AUTOCONF = ${SHELL} /opt/src/make/make-release/config/missing --run autoconf
98 AUTOHEADER = ${SHELL} /opt/src/make/make-release/config/missing --run autoheader
99 AUTOMAKE = ${SHELL} /opt/src/make/make-release/config/missing --run automake-1.9
121 INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
132 MAKEINFO = ${SHELL} /opt/src/make/make-release/config/missing --run makeinfo
151 SHELL macro
[all...]
/ndk/tests/standalone/
H A Drun.sh170 $SHELL "$@"
174 $SHELL "$@" >> $LOGFILE 2>&1
/ndk/sources/host-tools/make-3.81/
H A Dconfigure209 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
210 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
211 CONFIG_SHELL=$SHELL as_have_required=yes
244 SHELL=${CONFIG_SHELL-/bin/sh}
245 export SHELL
716 SHELL'
1445 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1448 $SHELL "$ac_srcdir/configure" --help=recursive
2350 ac_config_guess="$SHELL
[all...]
H A Djob.c1306 /* We call `system' to do the job of the SHELL, since stock DOS
2106 /* Do not use $SHELL from the environment */
2107 struct variable *p = lookup_variable ("SHELL", 5);
2113 shell = getenv ("SHELL");
2205 SHELL is the shell to use, or nil to use the default shell.
2215 because DOS shells are too dumb. When $SHELL points to a real
2217 $SHELL points to a DOS shell, `system' does most of the work
2373 DB (DB_BASIC, (_("$SHELL changed (was `%s', now `%s')\n"),
2697 /* SHELL may be a multi-word command. Construct a command line
2698 "SHELL
[all...]
/ndk/build/tools/
H A Dndk-common.sh310 "$HOST_FILE_PROGRAM" -L "$SHELL" | grep -q "x86[_-]64"
312 # $SHELL is not a 64-bit executable, so assume our userland is too.
/ndk/sources/host-tools/sed-4.2.1/
H A Dconfigure257 for as_shell in $as_candidate_shells $SHELL; do
594 SHELL=${CONFIG_SHELL-/bin/sh}
1096 SHELL'
1835 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1838 $SHELL "$ac_srcdir/configure" --help=recursive
2306 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2307 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2308 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2468 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
2469 # Use eval to expand $SHELL
[all...]
/ndk/sources/host-tools/make-3.81/glob/
H A Dglob.c874 #ifdef SHELL
886 #endif /* SHELL. */
/ndk/sources/host-tools/sed-4.2.1/lib/
H A Dgnulib.mk365 $(SHELL) $(srcdir)/config.charset '$(host)' > t-$@
/ndk/build/core/
H A Dinit.mk237 ifneq (,$(shell $(HOST_FILE_PROGRAM) -L $(SHELL) | grep 'x86[_-]64'))

Completed in 281 milliseconds