Modify backslash/newline handling for POSIX.
authorPaul Smith <psmith@gnu.org>
Sat, 3 Mar 2012 18:45:08 +0000 (18:45 +0000)
committerPaul Smith <psmith@gnu.org>
Sat, 3 Mar 2012 18:45:08 +0000 (18:45 +0000)
commit88f1bc8b55b9f5abf35fdf974310c1063fa41068
treebe70080dda3724b65809d43052f21550a59cb29a
parent6405534814f04899890a2d932db9a4985fd772fe
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.
ChangeLog
NEWS
doc/make.texi
misc.c
tests/ChangeLog
tests/scripts/misc/bs-nl