public inbox for lvm2-cvs@sourceware.org
help / color / mirror / Atom feed
* LVM2/daemons Makefile.in
@ 2011-09-02 14:49 zkabelac
  0 siblings, 0 replies; 4+ messages in thread
From: zkabelac @ 2011-09-02 14:49 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	zkabelac@sourceware.org	2011-09-02 14:49:00

Modified files:
	daemons        : Makefile.in 

Log message:
	Hack for build rules of lvmetad
	
	FIXME

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/daemons/Makefile.in.diff?cvsroot=lvm2&r1=1.18&r2=1.19

--- LVM2/daemons/Makefile.in	2011/09/01 17:56:53	1.18
+++ LVM2/daemons/Makefile.in	2011/09/02 14:49:00	1.19
@@ -32,7 +32,8 @@
 
 ifeq ("@BUILD_LVMETAD@", "yes")
   SUBDIRS += lvmetad
-device-mapper: libdaemon.a
+# FIXME: build dependency order needs rule fixing, using hack
+all: libdaemon.a
 endif
 
 ifeq ("@BUILD_DMEVENTD@", "yes")


^ permalink raw reply	[flat|nested] 4+ messages in thread
* LVM2/daemons Makefile.in
@ 2012-02-23 13:58 mornfall
  0 siblings, 0 replies; 4+ messages in thread
From: mornfall @ 2012-02-23 13:58 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	mornfall@sourceware.org	2012-02-23 13:58:56

Modified files:
	daemons        : Makefile.in 

Log message:
	Add a missed dependency that is required to pull in dameons/common in an early
	part of the build.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/daemons/Makefile.in.diff?cvsroot=lvm2&r1=1.23&r2=1.24

--- LVM2/daemons/Makefile.in	2012/02/23 13:41:11	1.23
+++ LVM2/daemons/Makefile.in	2012/02/23 13:58:56	1.24
@@ -52,3 +52,4 @@
 lvmetad: common.device-mapper
 endif
 
+device-mapper: common.device-mapper


^ permalink raw reply	[flat|nested] 4+ messages in thread
* LVM2/daemons Makefile.in
@ 2012-02-23 13:41 mornfall
  0 siblings, 0 replies; 4+ messages in thread
From: mornfall @ 2012-02-23 13:41 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	mornfall@sourceware.org	2012-02-23 13:41:11

Modified files:
	daemons        : Makefile.in 

Log message:
	We need daemons/common now even if the lvmetad server side is not built.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/daemons/Makefile.in.diff?cvsroot=lvm2&r1=1.22&r2=1.23

--- LVM2/daemons/Makefile.in	2011/09/24 20:57:49	1.22
+++ LVM2/daemons/Makefile.in	2012/02/23 13:41:11	1.23
@@ -15,8 +15,10 @@
 top_srcdir = @top_srcdir@
 top_builddir = @top_builddir@
 
+SUBDIRS += common
+
 ifeq ("@BUILD_LVMETAD@", "yes")
-  SUBDIRS += common lvmetad
+  SUBDIRS += lvmetad
 endif
 
 .PHONY: dmeventd clvmd common cmirrord lvmetad


^ permalink raw reply	[flat|nested] 4+ messages in thread
* LVM2/daemons Makefile.in
@ 2011-09-01 17:56 agk
  0 siblings, 0 replies; 4+ messages in thread
From: agk @ 2011-09-01 17:56 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk@sourceware.org	2011-09-01 17:56:53

Modified files:
	daemons        : Makefile.in 

Log message:
	Only build libdaemon.a when we need it at the moment.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/daemons/Makefile.in.diff?cvsroot=lvm2&r1=1.17&r2=1.18

--- LVM2/daemons/Makefile.in	2011/08/31 11:31:58	1.17
+++ LVM2/daemons/Makefile.in	2011/09/01 17:56:53	1.18
@@ -15,8 +15,10 @@
 top_srcdir = @top_srcdir@
 top_builddir = @top_builddir@
 
+ifeq ("@BUILD_LVMETAD@", "yes")
 LIB_STATIC=libdaemon.a
 SOURCES = common/daemon-shared.c common/daemon-server.c common/daemon-client.c
+endif
 
 .PHONY: dmeventd clvmd cmirrord lvmetad
 
@@ -30,6 +32,7 @@
 
 ifeq ("@BUILD_LVMETAD@", "yes")
   SUBDIRS += lvmetad
+device-mapper: libdaemon.a
 endif
 
 ifeq ("@BUILD_DMEVENTD@", "yes")
@@ -48,5 +51,3 @@
 ifeq ("@BUILD_DMEVENTD@", "yes")
 device-mapper: dmeventd.device-mapper
 endif
-
-device-mapper: libdaemon.a


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-02-23 13:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-02 14:49 LVM2/daemons Makefile.in zkabelac
  -- strict thread matches above, loose matches on Subject: below --
2012-02-23 13:58 mornfall
2012-02-23 13:41 mornfall
2011-09-01 17:56 agk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).