8.1 Function Call Syntax
Commas and unmatched parentheses or braces cannot appear in the text
of an argument
written;
-------------------------------
var= this,is a    text
all: ;
var1=$(subst this,that,$(var))
$(warning $(var1))

makefile28:4: that,is a    text
make: `all' is up to date.
---------------------------------
Why  "," was used successfully then?

_______________________________________________
Help-make mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-make

Reply via email to