1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

Drop explicit 'Base' version from exported symbols.

This commit is contained in:
Alasdair Kergon 2010-07-31 14:13:59 +00:00
parent b1f08e51cc
commit 9bd6940fff
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
Version 2.02.73 -
================================
Drop explicit 'Base' version from exported symbols.
Fix configure to supply DEFAULT_RUN_DIR to Makefiles.
Fix wrong number of mirror log at allocate policy

View File

@ -366,7 +366,7 @@ distclean: cleandir $(SUBDIRS.distclean)
) > $@
.export.sym: .exported_symbols_generated
set -e; (echo "Base {"; echo " global:"; \
set -e; (echo "{"; echo " global:"; \
sed "s/^/ /;s/$$/;/" < $<; \
echo " local:"; echo " *;"; echo "};") > $@