automake
[Top][All Lists]
Advanced

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

Re: recursive make variables coming to POSIX


From: Bruce Korb
Subject: Re: recursive make variables coming to POSIX
Date: Tue, 07 Dec 2010 11:36:16 -0800
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.15) Gecko/20101026 SUSE/3.0.10 Thunderbird/3.0.10

On 12/07/10 01:54, Schwarz, Konrad wrote:
>> as well as listing in the rationale examples such as $($(@)_FLAGS) and
>> $(V$O) that are unspecified.
> 
> $(address@hidden) is a very useful, as it allows target-specific
> flags.

For all targets whose name conforms to make macro name requirements.

It would make $($(shell echo "$@" | tr '[:punct:]' _)_FLAGS)
an interesting construct, but you get very far afield that way....
Still, I like it and I'd like it more if there were an abbreviation
for it.  :)



reply via email to

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