From: agk@sourceware.org <agk@sourceware.org>
To: lvm-devel@redhat.com
Subject: LVM2 ./Makefile.in ./configure.in daemons/Make ...
Date: 31 Oct 2008 22:29:45 -0000 [thread overview]
Message-ID: <20081031222945.7508.qmail@sourceware.org> (raw)
CVSROOT: /cvs/lvm2
Module name: LVM2
Changes by: agk at sourceware.org 2008-10-31 22:29:44
Modified files:
. : Makefile.in configure.in
daemons : Makefile.in
Log message:
dmeventd plugins move
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/Makefile.in.diff?cvsroot=lvm2&r1=1.23&r2=1.24
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/configure.in.diff?cvsroot=lvm2&r1=1.82&r2=1.83
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/daemons/Makefile.in.diff?cvsroot=lvm2&r1=1.3&r2=1.4
--- LVM2/Makefile.in 2008/06/27 19:24:17 1.23
+++ LVM2/Makefile.in 2008/10/31 22:29:44 1.24
@@ -24,13 +24,9 @@
SUBDIRS += lib tools daemons
-ifeq ("@DMEVENTD@", "yes")
- SUBDIRS += dmeventd
-endif
-
ifeq ($(MAKECMDGOALS),distclean)
SUBDIRS += daemons/clvmd \
- dmeventd \
+ daemons/dmeventd/plugins \
lib/format1 \
lib/format_pool \
lib/locking \
@@ -47,15 +43,13 @@
daemons: lib
lib: include
tools: lib
-dmeventd: tools
-po: tools daemons dmeventd
+po: tools daemons
ifeq ("@INTL@", "yes")
lib.pofile: include.pofile
tools.pofile: lib.pofile
daemons.pofile: lib.pofile
-dmeventd.pofile: tools.pofile
-po.pofile: tools.pofile daemons.pofile dmeventd.pofile
+po.pofile: tools.pofile daemons.pofile
pofile: po.pofile
endif
--- LVM2/configure.in 2008/10/31 22:22:04 1.82
+++ LVM2/configure.in 2008/10/31 22:29:44 1.83
@@ -774,6 +774,7 @@
daemons/clvmd/Makefile
daemons/dmeventd/Makefile
daemons/dmeventd/libdevmapper-event.pc
+daemons/dmeventd/plugins/Makefile
daemons/dmeventd/plugins/mirror/Makefile
daemons/dmeventd/plugins/snapshot/Makefile
doc/Makefile
--- LVM2/daemons/Makefile.in 2007/09/21 10:16:43 1.3
+++ LVM2/daemons/Makefile.in 2008/10/31 22:29:44 1.4
@@ -19,5 +19,9 @@
SUBDIRS = clvmd
endif
+ifeq ("@DMEVENTD@", "yes")
+ SUBDIRS += dmeventd/plugins
+endif
+
include $(top_srcdir)/make.tmpl
next reply other threads:[~2008-10-31 22:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-31 22:29 agk [this message]
-- strict thread matches above, loose matches on Subject: below --
2009-08-13 16:34 LVM2 ./Makefile.in ./configure.in daemons/Make jbrassow
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=20081031222945.7508.qmail@sourceware.org \
--to=agk@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.