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/dmeventd Makefile.in


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	mbroz@sourceware.org	2009-05-11 10:12:35

Modified files:
	daemons/dmeventd: Makefile.in 

Log message:
	Do not use generic install if running install_device-mapper.
	
	It propagates into subdirs which includes DSOs which requires
	lvm2 build (only install_device-mapper should propagate there).

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

--- LVM2/daemons/dmeventd/Makefile.in	2009/04/08 14:04:35	1.24
+++ LVM2/daemons/dmeventd/Makefile.in	2009/05/11 10:12:35	1.25
@@ -63,7 +63,7 @@
 
 install: $(INSTALL_TYPE) install_include install_dmeventd
 
-install_device-mapper: install
+install_device-mapper: $(INSTALL_TYPE) install_include install_dmeventd
 
 install_include:
 	$(INSTALL) -D $(OWNER) $(GROUP) -m 444 libdevmapper-event.h \


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