Ensure that linker version scripts (used for symbol export control) always exist.
authorKevin P. Fleming <kpfleming@digium.com>
Thu, 8 Apr 2010 16:35:10 +0000 (16:35 +0000)
committerKevin P. Fleming <kpfleming@digium.com>
Thu, 8 Apr 2010 16:35:10 +0000 (16:35 +0000)
commit0f01ace7af23550f05619ef5dc61f0537f93a564
tree8954c013acd2b79f5eb909869d07ac8bd3005b20
parentbcbafc800eb68b6a2aa0e0582a04e6f205df9ce9
Ensure that linker version scripts (used for symbol export control) always exist.

Using wildcard matching in the Makefile is not adequate to determine whether
an export file should exist for a module or not, so instead we'll just
create one if the module needs one, or copy the default one if it does not.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@256428 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Makefile.rules
build_tools/make_linker_version_script