mirror of
https://github.com/mirror/make.git
synced 2025-01-09 20:00:28 +08:00
539f513773
POSIX requires that the value of SHELL in the makefile NOT be exported to sub-commands. Instead, the value in the environment when make was invoked should be passed to the environment of sub-commands. Note that make still uses SHELL to _run_ sub-commands; it just doesn't change the value of the SHELL variable in the environment of sub-commands. As an extension to POSIX, if the makefile explicitly exports SHELL then GNU make _will_ use it in the environment of sub-commands. |
||
---|---|---|
.. | ||
automatic | ||
CURDIR | ||
flavors | ||
MAKE | ||
MAKECMDGOALS | ||
MAKEFILE_LIST | ||
MAKEFILES | ||
MAKELEVEL | ||
SHELL | ||
special |