[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: recursive make variables coming to POSIX
From: |
Ralf Wildenhues |
Subject: |
Re: recursive make variables coming to POSIX |
Date: |
Tue, 7 Dec 2010 20:45:41 +0100 |
User-agent: |
Mutt/1.5.20 (2010-08-04) |
* Bruce Korb wrote on Tue, Dec 07, 2010 at 08:36:16PM CET:
> On 12/07/10 01:54, Schwarz, Konrad wrote:
> > $(address@hidden) is a very useful, as it allows target-specific
> > flags.
>
> For all targets whose name conforms to make macro name requirements.
Right. But since period is allowed, only hyphen would be a problem in
practice.
> It would make $($(shell echo "$@" | tr '[:punct:]' _)_FLAGS)
> an interesting construct, but you get very far afield that way....
Well, $(shell ...) still is GNU make-specific, so that still won't work.
Cheers,
Ralf
- 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, 2010/12/07
- Re: recursive make variables coming to POSIX,
Ralf Wildenhues <=