help-gnu-utils
[Top][All Lists]
Advanced

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

Re: GNU make variables??


From: Gisle Vanem
Subject: Re: GNU make variables??
Date: Fri, 11 Jan 2008 11:09:38 +0100

"GDan" wrote:

X=

somemakerule:
 ....
 $X+="ASTRING"
 ....

============================

I am having trouble with make and how variables are processed - it
seems that rules cannot alter variables??  if I setup a variable
before executing the first rule, a-ok but after that??

I think the proper syntax is "X += "ASTRING".

--gv


reply via email to

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