1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-02 01:18:26 +03:00

libdm: Reinstate dm_task_get_info@Base.

Move the version script local:* wildcard into a node of its own
to avoid conflicting with in-source export macro definitions.
This commit is contained in:
Alasdair G Kergon 2015-09-01 16:26:02 +01:00
parent 8b6226997e
commit cb57f4f89b
2 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,6 @@
Version 1.02.107 -
===================================
Reinstate dm_task_get_info@Base to libdevmapper exports. (1.02.106)
Version 1.02.106 - 26th August 2015
===================================

View File

@ -502,12 +502,13 @@ else
set -e;\
R=$$(sort $^ | uniq -u);\
test -z "$$R" || { echo "Mismatch between symbols in shared library and lists in .exported_symbols.* files: $$R"; false; } ;\
for i in $$(echo $(EXPORTED_SYMBOLS) | tr ' ' '\n' | sort -rnt_ -k5 ); do\
( for i in $$(echo $(EXPORTED_SYMBOLS) | tr ' ' '\n' | sort -rnt_ -k5 ); do\
echo "$${i##*.} {"; echo " global:";\
$(SED) "s/^/ /;s/$$/;/" $$i;\
test "$${i##*.}" = Base && { echo " local:"; echo " *;"; };\
echo "};";\
done > $@
done;\
echo "Local {"; echo " local:"; echo " *;"; echo "};";\
) > $@
endif
ifeq (,$(findstring $(MAKECMDGOALS),cscope.out cflow clean distclean lcov \