Update of bug #16670 (project make):
Status: None => Fixed
Assigned to: None => psmith
Open/Closed: Open => Closed
Fixed Release: None => CVS
_______________________________________________________
Follow-up Comment #3:
I modified the .POSIX pseudo target behavior so that if it's set, then we get
POSIX-style backslash/newline handling. The default, though, remains the GNU
make method.
If you want to portably get the POSIX behavior without specifying .POSIX, you
can do this:
# empty variable
E =
FOO = a $E
$E
b
That is, add empty variable references so that the parser doesn't think that
the backslash/newlines are really consecutive, and that the whitespace is not
trailing.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?16670>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
_______________________________________________
Bug-make mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-make