[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Automake-NG] [PATCH] vars: names for internal make variables: 'am.f
From: |
Stefano Lattarini |
Subject: |
Re: [Automake-NG] [PATCH] vars: names for internal make variables: 'am.foo' and 'am.foo.bar-baz' |
Date: |
Fri, 20 Jul 2012 13:38:02 +0200 |
On 07/19/2012 02:59 PM, Akim Demaille wrote:
>
> Le 18 juil. 2012 à 20:35, Stefano Lattarini a écrit :
>
>> That is the new preferred naming scheme: 'am.foo' where we would
>> have previously used something like 'am__foo', and 'am.foo.bar-baz'
>> where we would have previously used something like 'am__foo_bar_baz'
>> or 'am__foo__bar_baz'.
>
> Sane idea.
>
Thanks. I've pushed it, after fixing the typo spotted by Jim.
Regards,
Stefano