Lines Matching refs:SHELL
150 When the $SHELL variable points to a Unix-style shell, Make
159 If $SHELL points to a DOS-style shell, however, Make will not
196 2. "SHELL=/bin/sh" -- or is it?
198 Many Unix Makefiles include a line which sets the SHELL, for
205 mentioned in the SHELL= line (`/bin' in the above example), or
210 and .pl). If any such file is found, then $SHELL will be
214 ignored, leaving the value of $SHELL as it was before. Since a
219 Note that the above special handling of "SHELL=" only happens
220 for Makefiles; if you set $SHELL in the environment or on the
224 The default value of $SHELL is computed as on Unix (see the Make
225 manual for details), except that if $SHELL is not defined in the
228 $COMSPEC and $SHELL. Note that, unlike Unix, $SHELL in the