]> sourceware.org Git - lvm2.git/commitdiff
Remove pointless versioned symlinks to dmeventd plugin libraries.
authorAlasdair Kergon <agk@redhat.com>
Tue, 2 Feb 2010 14:09:17 +0000 (14:09 +0000)
committerAlasdair Kergon <agk@redhat.com>
Tue, 2 Feb 2010 14:09:17 +0000 (14:09 +0000)
WHATS_NEW
WHATS_NEW_DM
daemons/dmeventd/plugins/mirror/Makefile.in
daemons/dmeventd/plugins/snapshot/Makefile.in

index cb6ae706fd71f3247cf5ae2cd0b1a48a833d08b3..ca98582953358740defb9497ebe04e7ca602ec26 100644 (file)
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -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
index a09109d9ed4f0fc53900e673b2b1aea5c2d60333..7464c196e28a4366c17d8d7471d4dce96d523aa7 100644 (file)
@@ -1,6 +1,5 @@
 Version 1.02.44 - 
 ===================================
-  Fix dmeventd snapshot plugin build dependency.
 
 Version 1.02.43 - 21st January 2010
 ===================================
index 2c42e03696457bc5ea52505a5ba1ce883825de3f..a6af47f4f191212f5c54c745dc58514f9b3eec6e 100644 (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
index 5f08ab3d5f3ee69814975f1cb809d3ddbd9f3e32..133459d950edcde9f6f4429e7db9f6a37bf62872 100644 (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
This page took 0.037438 seconds and 5 git commands to generate.