diff options
author | Paul Smith <psmith@gnu.org> | 2012-03-03 18:45:08 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2012-03-03 18:45:08 +0000 |
commit | 88f1bc8b55b9f5abf35fdf974310c1063fa41068 (patch) | |
tree | be70080dda3724b65809d43052f21550a59cb29a /tests/ChangeLog | |
parent | 6405534814f04899890a2d932db9a4985fd772fe (diff) | |
download | gunmake-88f1bc8b55b9f5abf35fdf974310c1063fa41068.tar.gz |
Modify backslash/newline handling for POSIX.
We fixed Savannah 16670 but that broke previously-working makefiles
that relied on the GNU make behavior. The POSIX behavior doesn't
seem to me to be better, and can be obtained using GNU make as well,
so put it back as the default behavior and require .POSIX to
get the POSIX behavior.
Add a new section to the manual discussing backslash/newline handling.
Update the test suite.
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r-- | tests/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index 7ad4085..210dfb2 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,8 @@ +2012-03-03 Paul Smith <psmith@gnu.org> + + * scripts/misc/bs-nl: Check for POSIX and non-POSIX + backslash/newline handling. Addresses Savannah bug #16670. + 2012-01-29 Paul Smith <psmith@gnu.org> * scripts/variables/flavors: Add tests for ::= |