]> git.ipfire.org Git - thirdparty/make.git/commit
Add 'private' variable modifier, feature submitted by Ramon Garcia.
authorPaul Smith <psmith@gnu.org>
Tue, 26 May 2009 01:31:40 +0000 (01:31 +0000)
committerPaul Smith <psmith@gnu.org>
Tue, 26 May 2009 01:31:40 +0000 (01:31 +0000)
commit5b4d419476e9fbda8ea26017f6ec15956d103ed9
tree534eac34c276b58bbbfa1d104820843af666d1a1
parent7b16a8e3ca8e9866df29df868a4cb1b6771d5f48
Add 'private' variable modifier, feature submitted by Ramon Garcia.

Rework the parser for variables to allow multiple modifiers and also
allow for variables and targets with modifier names, like "export" and
"private".
ChangeLog
NEWS
doc/make.texi
read.c
tests/ChangeLog
tests/scripts/features/export
tests/scripts/features/targetvars
tests/scripts/variables/private [new file with mode: 0644]
variable.c
variable.h