help-make
[Top][All Lists]
Advanced

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

Re: setting variable value


From: psmith
Subject: Re: setting variable value
Date: Wed, 1 Nov 2006 07:18:17 -0500

On Wednesday, 1 November, Aditya Kher (address@hidden) wrote:

> Is it possible to set value for more than one variable for a given target
> ? e.g.
> 
>  target_1 : FOO := foo  BOO:= boo
>  target_2 : FOO := foo_1  BOO:= boo_1
> 
> so that this allows me to set variable values for FOO *and* BOO for
> target target_1, target_2 etc.. separately?

No.  You have to use different lines.

The above cannot work: make always assumes that whatever text appears after
the = (or ":=" or whatever) is intended to be the value of the variable.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <address@hidden>          Find some GNU make tips at:
 http://www.gnu.org                      http://make.paulandlesley.org
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist




reply via email to

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