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

revert the 'Base' change - that wasn't the cause of the problem

This commit is contained in:
Alasdair Kergon 2010-08-02 12:57:04 +00:00
parent 6aa05bdc37
commit b87c774102
2 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,6 @@ Version 2.02.73 -
Fix exported_symbols generation to use standard compiler arguments. Fix exported_symbols generation to use standard compiler arguments.
Use #include <> not "" in lvm2app.h which gets installed on the system. Use #include <> not "" in lvm2app.h which gets installed on the system.
Make liblvm.device-mapper wait for include file generation. Make liblvm.device-mapper wait for include file generation.
Drop explicit 'Base' version from exported symbols.
Fix configure to supply DEFAULT_RUN_DIR to Makefiles. Fix configure to supply DEFAULT_RUN_DIR to Makefiles.
Fix wrong number of mirror log at allocate policy Fix wrong number of mirror log at allocate policy

View File

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