Home
last modified time | relevance | path

Searched refs:shell (Results 1 – 25 of 83) sorted by relevance

1234

/ndk/sources/host-tools/make-3.81/tests/scripts/functions/
Dshell3 $description = 'Test the $(shell ...) function.';
10 all: ; @echo $(shell echo hi)
16 # the environment for a $(shell ...) call.
18 export HI = $(shell echo hi)
Dif18 \t\@echo 5 \$(if z,true,\$(shell echo hi))
19 \t\@echo 6 \$(if ,\$(shell echo hi),false)
/ndk/sources/host-tools/make-3.81/
DREADME.DOS18 5. The $(shell) built-in can run arbitrary complex commands,
20 shell.
93 6. After Make finishes, if you have a Unix-style shell installed,
107 Without a Unix-style shell, you will have to install programs
123 7. The `clean' targets also require Unix-style shell, and GNU Sed
127 shell (I used the DJGPP port of Bash 2.03), Perl, Sed, Fileutils
134 1. The shell issue.
141 the shell or internal shell commands, because that is faster.
142 When shell features like redirection or filename wildcards are
143 involved, Make calls the shell.
[all …]
Djob.c2091 char *shell; in exec_command()
2100 shell = p->value; in exec_command()
2102 shell = 0; in exec_command()
2104 shell = getenv ("SHELL"); in exec_command()
2106 if (shell == 0) in exec_command()
2107 shell = default_shell; in exec_command()
2119 new_argv[0] = shell; in exec_command()
2138 pid = spawnvpe (P_NOWAIT, shell, new_argv, envp); in exec_command()
2142 execvp (shell, new_argv); in exec_command()
2145 error (NILF, _("%s: Shell program not found"), shell); in exec_command()
[all …]
DREADME.OS211 Makefiles while others might want to use OS/2's native shell cmd.exe,
12 GNU make supports both shell types. The following list defines the order
13 that is used to determine the shell:
15 1. The shell specified by the environment variable MAKESHELL.
16 2. The shell specified by the SHELL variable within a Makefile. As on
18 3. The shell specified by the COMSPEC environment variable.
19 4. The shell specified by the OS2_SHELL environment variable.
34 - At compile time you can turn off that cmd is used as default shell
48 - sh compatible shell (ksh, bash, ash, but tested only with pdksh 5.2.14
57 - GNU shell utilities
[all …]
Dvariable.c749 struct variable *shell = lookup_variable (shell_str, shlen); in define_automatic_variables() local
759 if (shell && *shell->value && (shell->origin == o_env in define_automatic_variables()
760 || shell->origin == o_env_override)) in define_automatic_variables()
763 free(shell->value); in define_automatic_variables()
764 shell->value = xstrdup (default_shell); in define_automatic_variables()
765 shell->origin = o_default; in define_automatic_variables()
780 # warning NO_CMD_DEFAULT: GNU make will not use CMD.EXE as default shell in define_automatic_variables()
DREADME.W3221 Then edit config.h to your liking (especially the few shell-related
88 There are very few true ports of Bourne shell for NT right now.
97 Some versions of Bourne shell do not behave well when invoked
109 A native Windows32 system with no Bourne shell will also run
112 builds (-j) require a working Bourne shell; they will not work
122 GNU make and the MKS shell:
124 There is now semi-official support for the MKS shell. To turn this
205 within the cmd.exe shell.
DINSTALL15 The `configure' shell script attempts to guess correct values for
19 definitions. Finally, it creates a shell script `config.status' that
174 can create a site shell script called `config.site' that gives default
184 Variables not defined in a site shell script can be set in the
193 overridden in the site shell script).
DNEWS57 invocation such as $(shell ...) was treated as a make comment. A
131 the DOS command interpreter in batch mode even if a UNIX-like shell
137 * Parallel builds (-jN) no longer require a working Bourne shell on
251 MAKEOVERRIDES for proper parsing by the shell. This allowed them to
336 for the Cygnus Cygwin release B20.1 shell (bash).
425 * The $(shell) function now changes CRLF (\r\n) pairs to a space as well
547 * Commands in an invocation of the `shell' function are no longer run with
553 export variable = $(shell echo value)
556 command, it would try expand the value by running the shell command
558 for that shell command in the same way, Make would begin to go into an
[all …]
/ndk/build/core/
Dinit.mk146 UNAME := $(shell uname -s)
191 UNAME := $(shell /bin/uname.exe -s 2>NUL)
194 $(call ndk_log,Cygwin detected: $(shell uname -a))
196 DUMMY := $(shell rm -f NUL) # Cleaning up
199 $(call ndk_log,MSys detected: $(shell uname -a))
230 ifneq ("/",$(shell echo "%ProgramW6432%/%ProgramFiles(x86)%"))
234 UNAME := $(shell uname -m)
237 ifneq (,$(shell $(HOST_FILE_PROGRAM) -L $(SHELL) | grep 'x86[_-]64'))
282 CYGWIN_VERSION := $(shell uname -r)
373 AWK_TEST := $(shell $(HOST_AWK) -f $(BUILD_AWK)/check-awk.awk)
[all …]
Dcheck-cygwin-make.mk32 CYGWIN_MAKE := $(shell cygpath --unix --absolute $(firstword $(MAKE)))
Dadd-application.mk75 …APP_PLATFORM := $(strip $(shell $(HOST_AWK) -f $(BUILD_AWK)/extract-platform.awk $(call host-path,…
135 …APP_MIN_PLATFORM_LEVEL := $(strip $(shell $(HOST_AWK) -f $(BUILD_AWK)/extract-minsdkversion.awk $(…
210 …APP_DEBUGGABLE := $(shell $(HOST_AWK) -f $(BUILD_AWK)/extract-debuggable.awk $(call host-path,$(AP…
/ndk/
Dndk-gdb403 # This is required because there is a bug where "adb shell" always returns
508 ADB_TEST=`adb_cmd shell ls`
649 run adb_cmd shell am start $OPTION_WAIT -n $PACKAGE_NAME/$OPTION_LAUNCH
657 run adb_cmd shell sleep $DELAY
687 run adb_cmd shell kill -9 $GDBSERVER_PID
692 run adb_cmd shell run-as $PACKAGE_NAME lib/gdbserver +$DEBUG_SOCKET --attach $PID &
/ndk/sources/host-tools/sed-4.2.1/
DREADME.boot10 with a Bourne-like shell and gcc one could use:
12 or with a csh-like shell, one could try:
DINSTALL15 The `configure' shell script attempts to guess correct values for
19 definitions. Finally, it creates a shell script `config.status' that
174 can create a site shell script called `config.site' that gives default
184 Variables not defined in a site shell script can be set in the
193 overridden in the site shell script). Here is a another example:
/ndk/tests/awk/extract-pid/
Dtest-1.in85 shell 127 1 772 268 ffffffff 00000000 S /system/bin/sh
86 shell 128 1 4472 204 ffffffff 00000000 S /sbin/adbd
129 shell 3989 128 760 364 c00562a0 4008de54 S /system/bin/sh
130 shell 3991 3989 956 344 00000000 400ed438 R ps
/ndk/tests/
Drun-tests.sh176 … $ADB_CMD -s "$DEVICE" shell "$@" ";" echo \$? | sed -e 's![[:cntrl:]]!!g' | tee $ADB_SHELL_CMD_LOG
178 … $ADB_CMD -s "$DEVICE" shell "$@" ";" echo \$? | sed -e 's![[:cntrl:]]!!g' > $ADB_SHELL_CMD_LOG
718 run $ADB_CMD -s "$DEVICE" shell chmod 0755 "$DSTDIR/libgabi++_shared.so"
737 run $ADB_CMD -s "$DEVICE" shell chmod 0755 $DSTFILE
765 run $ADB_CMD -s "$DEVICE" shell chmod 0755 $DSTFILE
Drun-tests-all.sh22 ARCH=`$ADB_CMD -s "$DEVICE" shell getprop ro.product.cpu.abi | tr -dc '[:print:]'`
/ndk/sources/host-tools/make-3.81/config/
Dprintf-posix.m422 /* The string "%2$d %1$d", with dollar characters protected from the shell's
/ndk/docs/text/
DNDK-BUILD.text7 The Android NDK r4 introduced a new tiny shell script, named 'ndk-build',
119 Adapt to your shell and GNU Make 3.81 installation location.
143 shell scripts (or even your own Makefiles).
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/
DSHELL14 # Note %extraENV takes precedence over the default value for the shell.
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Dparallelism68 # to the pipe when they should be): this happened when there is a $(shell ...)
74 export HI = \$(shell \$(\$\@.CMD))
/ndk/sources/third_party/googletest/
DREADME.NDK83 adb shell "LD_LIBRARY_PATH=/data/local/tmp /data/local/tmp/foo_unittest"
/ndk/build/tools/
Dbuild-on-device-toolchain.sh118 run adb shell rm -rf /data/local/tmp/*
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/
Dtestit_android267 $ADB shell "$@ ; echo \$?" | sed -e 's![[:cntrl:]]!!g' > $CMD_OUT 2>&1

1234