Update of bug #59395 (project make):
Status: None => Not A Bug
Assigned to: None => psmith
Open/Closed: Open => Closed
_______________________________________________________
Follow-up Comment #1:
If you want POSIX behavior you have to define the .POSIX: special target; this
makefile works as you expect with GNU make:
.POSIX:
all: ; echo "$X"
X=hallo\
\
\
end
Prints:
hallo end
Note there's a bug #35711 which will bite you if you try to put the variable
assignment directly after .POSIX:. I have a fix for that which will be in the
next release of GNU make.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?59395>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/