[lvm-devel] LVM2/daemons Makefile.in

zkabelac at sourceware.org zkabelac at sourceware.org
Fri Sep 2 14:49:01 UTC 2011


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	zkabelac at 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")




More information about the lvm-devel mailing list