wafsamba/samba_abi: allow negative matches in abi_match
commit9c3e294400234ebdf9b98031bae583524fd0b0ac
authorAlexander Bokovoy <ab@samba.org>
Thu, 30 Aug 2012 15:46:23 +0000 (30 18:46 +0300)
committerAlexander Bokovoy <ab@samba.org>
Fri, 7 Sep 2012 10:31:42 +0000 (7 12:31 +0200)
treefcc249dd3ec44842eb5ea13ef351ec83b648a502
parentc63dcc97b695ceab2bbd8f421f56b623b0d867a2
wafsamba/samba_abi: allow negative matches in abi_match

abi_match keyword for samba libraries allows to selectively
apply ABI versions. samba_abi.py implied !sym to be used to
say 'all symbols but this one' but the actual demotion
of !sym to the local scope was not implemented.

Now abi_match='!sym' properly moves symbol to a local scope.
buildtools/wafsamba/samba_abi.py