diff options
author | Paul Smith <psmith@gnu.org> | 2013-09-29 13:31:32 -0400 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2013-09-30 00:12:18 -0400 |
commit | d0944ee2e8705734c47371f3ec881ce9dae83411 (patch) | |
tree | 9ed1236171a9fcf7988ee51b2826aa2ccfd6c838 /tests/ChangeLog | |
parent | 38066b6f19033431052e45861a1671dfb23ea0de (diff) | |
download | gunmake-d0944ee2e8705734c47371f3ec881ce9dae83411.tar.gz |
Solaris /bin/sh can't handle multiple options ("-e -c").
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r-- | tests/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index c785d34..75cf8dc 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,5 +1,9 @@ 2013-09-29 Paul Smith <psmith@gnu.org> + * scripts/variables/SHELL: Solaris /bin/sh can't handle options in + multiple words; skip that test. + * scripts/targets/ONESHELL: Ditto. + * scripts/variables/GNUMAKEFLAGS: Verify that GNUMAKEFLAGS is cleared and options are not duplicated. |