This is the mail archive of the lvm2-cvs@sourceware.org mailing list for the LVM2 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

LVM2/daemons Makefile.in


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")


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]