]> git.ipfire.org Git - thirdparty/automake.git/commit
[ng] vars: names for internal make variables: 'am.foo' and 'am.foo.bar-baz'
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 18 Jul 2012 18:26:41 +0000 (20:26 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 20 Jul 2012 11:38:43 +0000 (13:38 +0200)
commit1266796e90fcd67cca308e1fb3295a16c3c3e06d
treecc8b6bc69e45e5aafc9546d64c67ddbd29602104
parente11cbc098858b0e37cad641d991b93bf976cd1f8
[ng] vars: names for internal make variables: 'am.foo' and 'am.foo.bar-baz'

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'.

We should start using the new naming to do so in future commits.  But
we should also avid a sweeping rename for now, to minimize conflicts
with the mainline Automake codebases, which (for portability reason)
must still limit itself to the use of the 'am__' prefix.

* HACKING: Adjust.  Also, remove now-irrelevant advice about the
problem of an old vendor make (NEWS-OS 4.2R) with variables whose
name start with an underscore.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
HACKING