From: zkabelac@sourceware.org
To: dm-cvs@sourceware.org, dm-devel@redhat.com
Subject: device-mapper dmeventd/Makefile.in ./WHATS_NEW
Date: 27 Jun 2008 15:36:51 -0000 [thread overview]
Message-ID: <20080627153651.15060.qmail@sourceware.org> (raw)
CVSROOT: /cvs/dm
Module name: device-mapper
Changes by: zkabelac@sourceware.org 2008-06-27 15:36:51
Modified files:
dmeventd : Makefile.in
. : WHATS_NEW
Log message:
Added generation of the versioned libdevmapper-event.so for LVM's test
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/device-mapper/dmeventd/Makefile.in.diff?cvsroot=dm&r1=1.19&r2=1.20
http://sourceware.org/cgi-bin/cvsweb.cgi/device-mapper/WHATS_NEW.diff?cvsroot=dm&r1=1.248&r2=1.249
--- device-mapper/dmeventd/Makefile.in 2007/08/21 16:26:06 1.19
+++ device-mapper/dmeventd/Makefile.in 2008/06/27 15:36:51 1.20
@@ -23,6 +23,7 @@
LIB_SHARED = libdevmapper-event.dylib
else
LIB_SHARED = libdevmapper-event.so
+ VERSIONED_SHLIB = $(LIB_SHARED).$(LIB_VERSION)
endif
TARGETS = dmeventd
@@ -33,7 +34,7 @@
LDFLAGS += -ldl -ldevmapper -lpthread
CLDFLAGS += -ldl -ldevmapper -lpthread
-dmeventd: $(LIB_SHARED) dmeventd.o
+dmeventd: $(LIB_SHARED) $(VERSIONED_SHLIB) dmeventd.o
$(CC) -o $@ dmeventd.o $(CFLAGS) $(LDFLAGS) \
-L. -ldevmapper-event $(LIBS) -rdynamic
@@ -74,6 +75,10 @@
$(libdir)/libdevmapper-event.a.$(LIB_VERSION)
$(LN_S) -f libdevmapper-event.a.$(LIB_VERSION) $(libdir)/libdevmapper-event.a
+$(VERSIONED_SHLIB): $(LIB_SHARED)
+ $(RM) -f $@
+ $(LN_S) $(LIB_SHARED) $@
+
.PHONY: distclean_lib distclean
distclean_lib:
--- device-mapper/WHATS_NEW 2008/06/25 19:52:51 1.248
+++ device-mapper/WHATS_NEW 2008/06/27 15:36:51 1.249
@@ -1,5 +1,6 @@
Version 1.02.28 -
================================
+ Added generation of the versioned libdevmapper-event.so for LVM's test
Underline longer report help text headings.
Version 1.02.27 - 25th June 2008
reply other threads:[~2008-06-27 15:36 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080627153651.15060.qmail@sourceware.org \
--to=zkabelac@sourceware.org \
--cc=dm-cvs@sourceware.org \
--cc=dm-devel@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox