make/tests/scripts/variables
Paul Smith 539f513773 Fix for bug #1276: Handle SHELL according to POSIX requirements.
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.
2004-11-28 23:11:23 +00:00
..
automatic Fix core dump on malformed variable line (Debian bug #81656) 2002-10-05 13:45:47 +00:00
CURDIR * Fix PR/1394. 1999-10-15 07:00:58 +00:00
flavors Add some more unit tests for variable flavors. 2004-09-21 05:39:04 +00:00
MAKE * Added the test suite to the main distribution. 1999-09-14 02:03:19 +00:00
MAKECMDGOALS * A few script fixes and updates for 3.78. 1999-09-17 03:15:37 +00:00
MAKEFILE_LIST Major updates in preparation for 3.80. 2002-07-08 02:26:47 +00:00
MAKEFILES * Fix PR/1394. 1999-10-15 07:00:58 +00:00
MAKELEVEL Fix for bug #1276: Handle SHELL according to POSIX requirements. 2004-11-28 23:11:23 +00:00
SHELL Fix for bug #1276: Handle SHELL according to POSIX requirements. 2004-11-28 23:11:23 +00:00
special Various enhancements 2004-05-16 19:16:52 +00:00