public inbox for lvm2-cvs@sourceware.org
help / color / mirror / Atom feed
* LVM2/scripts Makefile.in
@ 2012-02-24 15:07 prajnoha
  0 siblings, 0 replies; 3+ messages in thread
From: prajnoha @ 2012-02-24 15:07 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	prajnoha@sourceware.org	2012-02-24 15:07:01

Modified files:
	scripts        : Makefile.in 

Log message:
	Also remove intermediate lvmetad init script file.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/scripts/Makefile.in.diff?cvsroot=lvm2&r1=1.28&r2=1.29

--- LVM2/scripts/Makefile.in	2012/02/24 13:03:50	1.28
+++ LVM2/scripts/Makefile.in	2012/02/24 15:07:00	1.29
@@ -78,4 +78,4 @@
 DISTCLEAN_TARGETS += clvmd_init_red_hat cmirrord_init_red_hat lvm2_monitoring_init_red_hat \
 		     dm_event_systemd_red_hat.service lvm2_monitoring_systemd_red_hat.service \
 		     lvm2_lvmetad_systemd_red_hat.socket lvm2_lvmetad_systemd_red_hat.service \
-		     lvm2_tmpfiles_red_hat.conf
+		     lvm2_lvmetad_init_red_hat lvm2_tmpfiles_red_hat.conf


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

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

Modified files:
	scripts        : Makefile.in 

Log message:
	Install lvm2 monitoring init script and systemd units only if dmeventd is built.

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

--- LVM2/scripts/Makefile.in	2012/02/23 10:01:12	1.24
+++ LVM2/scripts/Makefile.in	2012/02/23 11:13:18	1.25
@@ -46,7 +46,9 @@
 # FIXME Customise for other distributions
 install_initscripts:
 	$(INSTALL_DIR) $(initdir)
+ifeq ("@BUILD_DMEVENTD@", "yes")
 	$(INSTALL_SCRIPT) lvm2_monitoring_init_red_hat $(initdir)/lvm2-monitor
+endif
 ifneq ("@CLVMD@", "none")
 	$(INSTALL_SCRIPT) clvmd_init_red_hat $(initdir)/clvmd
 endif
@@ -56,9 +58,11 @@
 
 install_systemd_units:
 	$(INSTALL_DIR) $(systemd_dir)
+ifeq ("@BUILD_DMEVENTD@", "yes")
 	$(INSTALL_DATA) dm_event_systemd_red_hat.socket $(systemd_dir)/dm-event.socket
 	$(INSTALL_DATA) dm_event_systemd_red_hat.service $(systemd_dir)/dm-event.service
 	$(INSTALL_DATA) lvm2_monitoring_systemd_red_hat.service $(systemd_dir)/lvm2-monitor.service
+endif
 
 install_tmpfiles_configuration:
 	$(INSTALL_DIR) $(tmpfiles_dir)


^ permalink raw reply	[flat|nested] 3+ messages in thread
* LVM2/scripts Makefile.in
@ 2009-05-11 10:35 mbroz
  0 siblings, 0 replies; 3+ messages in thread
From: mbroz @ 2009-05-11 10:35 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

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

Modified files:
	scripts        : Makefile.in 

Log message:
	Fix previous commit (scripts/Makefile targets order)

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/scripts/Makefile.in.diff?cvsroot=lvm2&r1=1.7&r2=1.8

--- LVM2/scripts/Makefile.in	2009/05/11 10:28:46	1.7
+++ LVM2/scripts/Makefile.in	2009/05/11 10:35:00	1.8
@@ -17,8 +17,6 @@
 
 include $(top_srcdir)/make.tmpl
 
-install_lvm2: install
-
 install:
 	$(INSTALL) -D $(OWNER) $(GROUP) -m 555 $(STRIP) lvm_dump.sh \
 		$(sbindir)/lvmdump
@@ -27,4 +25,6 @@
 		$(sbindir)/fsadm
 endif
 
+install_lvm2: install
+
 DISTCLEAN_TARGETS += clvmd_init_red_hat


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

end of thread, other threads:[~2012-02-24 15:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-24 15:07 LVM2/scripts Makefile.in prajnoha
  -- strict thread matches above, loose matches on Subject: below --
2012-02-23 11:13 prajnoha
2009-05-11 10:35 mbroz

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