Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-07-12 | Various minor updates and code cleanups. | Paul Smith | 1 | -3/+10 | |
2005-07-04 | Various fixes and updates from testers of the beta3 release (mostly Windows | Paul Smith | 1 | -1/+1 | |
and OS/2 changes). | |||||
2004-11-28 | Fix for bug #1276: Handle SHELL according to POSIX requirements. | Paul Smith | 1 | -0/+49 | |
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. |