make/tests/scripts
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
..
features Moved expansion of simple pattern-specific variables from the rebuild stage 2004-10-05 16:56:14 +00:00
functions New $(lastword ) built-in function: implementation, documentation and tests. 2004-10-21 17:42:24 +00:00
misc Fix for complex situations where directories are declared as prerequisites. 2002-09-04 07:26:19 +00:00
options Various enhancements 2004-05-16 19:16:52 +00:00
targets Various enhancements 2004-05-16 19:16:52 +00:00
variables Fix for bug #1276: Handle SHELL according to POSIX requirements. 2004-11-28 23:11:23 +00:00
test_template Update the test template. A few fixes in run_make_test(). 2004-09-22 04:36:17 +00:00