From: zkabelac@sourceware.org <zkabelac@sourceware.org>
To: lvm-devel@redhat.com
Subject: LVM2 ./WHATS_NEW ./make.tmpl.in daemons/clvmd/ ...
Date: 4 Mar 2010 11:12:43 -0000 [thread overview]
Message-ID: <20100304111243.12464.qmail@sourceware.org> (raw)
CVSROOT: /cvs/lvm2
Module name: LVM2
Changes by: zkabelac at sourceware.org 2010-03-04 11:12:40
Modified files:
. : WHATS_NEW make.tmpl.in
daemons/clvmd : Makefile.in
liblvm : Makefile.in
tools : Makefile.in
Log message:
Introduce LVMINTERNAL_LIBS
Keep dependency libraries for liblvm-internal in one place.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.1448&r2=1.1449
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/make.tmpl.in.diff?cvsroot=lvm2&r1=1.77&r2=1.78
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/daemons/clvmd/Makefile.in.diff?cvsroot=lvm2&r1=1.33&r2=1.34
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/liblvm/Makefile.in.diff?cvsroot=lvm2&r1=1.19&r2=1.20
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/tools/Makefile.in.diff?cvsroot=lvm2&r1=1.105&r2=1.106
--- LVM2/WHATS_NEW 2010/03/04 11:09:08 1.1448
+++ LVM2/WHATS_NEW 2010/03/04 11:12:39 1.1449
@@ -1,5 +1,6 @@
Version 2.02.62 -
====================================
+ Define and use internal makefile variable LVMINTERNAL_LIBS.
Help for configure prints --disable-fsadm.
Use consistently $() instead of ${} for all Makefile variables.
Replace CFLOW_CMD only in make.tmpl and use it as variable elsewhere.
--- LVM2/make.tmpl.in 2010/03/04 09:53:08 1.77
+++ LVM2/make.tmpl.in 2010/03/04 11:12:39 1.78
@@ -36,6 +36,7 @@
LDDEPS += @LDDEPS@
LDFLAGS += @LDFLAGS@
LIB_SUFFIX = @LIB_SUFFIX@
+LVMINTERNAL_LIBS = -llvm-internal
# Setup directory variables
prefix = @prefix@
--- LVM2/daemons/clvmd/Makefile.in 2010/03/04 09:51:37 1.33
+++ LVM2/daemons/clvmd/Makefile.in 2010/03/04 11:12:39 1.34
@@ -75,7 +75,7 @@
TARGETS = \
clvmd
-LVMLIBS = -llvm-internal -lpthread
+LVMLIBS = $(LVMINTERNAL_LIBS) -lpthread
ifeq ("@DMEVENTD@", "yes")
LVMLIBS += -ldevmapper-event
--- LVM2/liblvm/Makefile.in 2010/03/04 09:51:40 1.19
+++ LVM2/liblvm/Makefile.in 2010/03/04 11:12:40 1.20
@@ -42,7 +42,7 @@
include $(top_builddir)/make.tmpl
-LIBS += -ldevmapper -llvm-internal
+LIBS += $(LVMINTERNAL_LIBS) -ldevmapper
ifeq ("@DMEVENTD@", "yes")
LIBS += -ldevmapper-event
--- LVM2/tools/Makefile.in 2010/03/04 09:53:08 1.105
+++ LVM2/tools/Makefile.in 2010/03/04 11:12:40 1.106
@@ -86,7 +86,7 @@
INSTALL_CMDLIB_TARGETS += install_cmdlib_static
endif
-LVMLIBS = -llvm-internal
+LVMLIBS = $(LVMINTERNAL_LIBS)
LIB_VERSION = $(LIB_VERSION_LVM)
CLEAN_TARGETS = liblvm2cmd.$(LIB_SUFFIX) liblvm2cmd.a liblvm2cmd-static.a lvm lvm.o \
next reply other threads:[~2010-03-04 11:12 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-04 11:12 zkabelac [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-04-27 17:46 LVM2 ./WHATS_NEW ./make.tmpl.in daemons/clvmd/ agk
2007-01-11 17:12 agk
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=20100304111243.12464.qmail@sourceware.org \
--to=zkabelac@sourceware.org \
--cc=lvm-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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.