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

Remove pointless versioned symlinks to dmeventd plugin libraries.

This commit is contained in:
Alasdair Kergon 2010-02-02 14:09:17 +00:00
parent 30265f6ad2
commit 46cabd8a2e
4 changed files with 4 additions and 5 deletions

View File

@ -1,5 +1,7 @@
Version 2.02.61 -
===================================
Remove pointless versioned symlinks to dmeventd plugin libraries.
Fix dmeventd snapshot plugin build dependency.
Make clvmd -V return zero status.
Version 2.02.60 - 23rd January 2010

View File

@ -1,6 +1,5 @@
Version 1.02.44 -
===================================
Fix dmeventd snapshot plugin build dependency.
Version 1.02.43 - 21st January 2010
===================================

View File

@ -36,7 +36,6 @@ LIBS += -ldevmapper @LIB_PTHREAD@ @LVM2CMD_LIB@ -ldevmapper-event-lvm2
install_lvm2: libdevmapper-event-lvm2mirror.$(LIB_SUFFIX)
$(INSTALL) -D $(OWNER) $(GROUP) -m 555 $(STRIP) $< \
$(libdir)/$<.$(LIB_VERSION)
$(LN_S) -f $<.$(LIB_VERSION) $(libdir)/$<
$(libdir)/$<
install: install_lvm2

View File

@ -36,7 +36,6 @@ LIBS += -ldevmapper @LIB_PTHREAD@ @LVM2CMD_LIB@ -ldevmapper-event-lvm2
install_lvm2: libdevmapper-event-lvm2snapshot.$(LIB_SUFFIX)
$(INSTALL) -D $(OWNER) $(GROUP) -m 555 $(STRIP) $< \
$(libdir)/$<.$(LIB_VERSION)
$(LN_S) -f $<.$(LIB_VERSION) $(libdir)/$<
$(libdir)/$<
install: install_lvm2