bug-make
[Top][All Lists]
Advanced

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

Re: Conditional append operator (was: Re: New conditional assignment fac


From: Paul Smith
Subject: Re: Conditional append operator (was: Re: New conditional assignment facility)
Date: Sat, 03 Feb 2024 18:04:16 -0500
User-agent: Evolution 3.50.3 (by Flathub.org)

On Sat, 2024-02-03 at 17:45 -0500, Paul Smith wrote:
> Here's how I think the "append changes the type of the variable"
> option works:

I should have been more clear on my nomenclature.  In my examples the
column on the right is meant to describe what make has in its memory
for a variable.  So if the right column contains:

    FOO := a$b x$y

that means that make knows a variable FOO, it is a simple variable, and
its value is the string "a$b x$y".

I didn't mean that the right column should be interpreted as an
equivalent assignment a user might write in a makefile; so the above is
NOT meant to say that you would expand the right side and get
"FOO := a x".

Sorry for the possible confusion.

-- 
Paul D. Smith <psmith@gnu.org>            Find some GNU Make tips at:
https://www.gnu.org                       http://make.mad-scientist.net
"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]