Lines Matching refs:shell
11 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
138 shell in every case. Normally you could simply set MAKESHELL="/bin/sh"