]> git.ipfire.org Git - thirdparty/make.git/commit
- Enhance .POSIX to set -e when invoking shells, as demanded by a
authorPaul Smith <psmith@gnu.org>
Tue, 6 Jul 2010 06:37:42 +0000 (06:37 +0000)
committerPaul Smith <psmith@gnu.org>
Tue, 6 Jul 2010 06:37:42 +0000 (06:37 +0000)
commitc7b469f0f337247acb83067d8f4aa4dc76b8a9a9
treeb3b657564a46ef50c7478480f2659064b7e0d12d
parentc78b7265bd1ee374a5e515d79448d0e3452b5ede
- Enhance .POSIX to set -e when invoking shells, as demanded by a
  backward-incompatible change in the 2008 POSIX specification.
- Add the .SHELLFLAGS variable so people can choose their own shell flags.
- Add tests for this.
- Add documentation for this.
ChangeLog
NEWS
doc/make.texi
job.c
main.c
read.c
tests/ChangeLog
tests/scripts/targets/POSIX [new file with mode: 0644]
tests/scripts/variables/SHELL