Lines Matching refs:shell
57 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
585 * Commands in an invocation of the `shell' function are now run with a
618 * There is now a shell script to build Make the first time, if you have no
636 Each makefile that wants a shell other than the default (/bin/sh) must
676 You can also use shell file name patterns in an `include' directive:
871 * The `shell' function no longer captures standard error output.
968 * `shell' function to expand shell commands a la `