diff options
| author | Paul Smith <psmith@gnu.org> | 2010-07-06 06:37:42 +0000 |
|---|---|---|
| committer | Paul Smith <psmith@gnu.org> | 2010-07-06 06:37:42 +0000 |
| commit | c7b469f0f337247acb83067d8f4aa4dc76b8a9a9 (patch) | |
| tree | b3b657564a46ef50c7478480f2659064b7e0d12d /tests/ChangeLog | |
| parent | c78b7265bd1ee374a5e515d79448d0e3452b5ede (diff) | |
| download | gunmake-c7b469f0f337247acb83067d8f4aa4dc76b8a9a9.tar.gz | |
- 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.
Diffstat (limited to 'tests/ChangeLog')
| -rw-r--r-- | tests/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index c8f3aab..a611422 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,10 @@ +2010-07-06 Paul Smith <psmith@gnu.org> + + * scripts/variables/SHELL: Test the new .SHELLFLAGS variable. + + * scripts/targets/POSIX: New file. Test the .POSIX special target. + Verify that enabling .POSIX changes the shell flags to set -e. + 2010-07-01 Paul Smith <psmith@gnu.org> * scripts/features/recursion: Add a space to separate command-line |
