help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

function call arguments


From: ali hagigat
Subject: function call arguments
Date: Wed, 27 Apr 2011 15:27:31 +0430

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?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]