help-make
[Top][All Lists]
Advanced

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

Re: function call arguments


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

Sorry to ask this question. I know what it means now


On Wed, Apr 27, 2011 at 3:27 PM, ali hagigat <address@hidden> wrote:

> 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]