[Top][All Lists]
[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. :)
- recursive make variables coming to POSIX, Eric Blake, 2010/12/02
- Re: recursive make variables coming to POSIX, Ralf Wildenhues, 2010/12/02
- Re: recursive make variables coming to POSIX, Eric Blake, 2010/12/02
- Re: recursive make variables coming to POSIX, Ralf Wildenhues, 2010/12/05
- Re: recursive make variables coming to POSIX, Ralf Wildenhues, 2010/12/05
- Re: recursive make variables coming to POSIX, Eric Blake, 2010/12/06
- Re: recursive make variables coming to POSIX, Larry Dwyer, 2010/12/06
- RE: recursive make variables coming to POSIX, Schwarz, Konrad, 2010/12/07
- Re: recursive make variables coming to POSIX,
Bruce Korb <=
- Re: recursive make variables coming to POSIX, Ralf Wildenhues, 2010/12/07