public inbox for lvm2-cvs@sourceware.org
help / color / mirror / Atom feed
* LVM2 ./WHATS_NEW scripts/Makefile.in
@ 2011-09-24 21:05 zkabelac
  0 siblings, 0 replies; 2+ messages in thread
From: zkabelac @ 2011-09-24 21:05 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	zkabelac@sourceware.org	2011-09-24 21:05:03

Modified files:
	.              : WHATS_NEW 
	scripts        : Makefile.in 

Log message:
	Fix install_ocf
	
	When builddir is different from srcdir install_ocf: has not been able to find
	files for installation.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.2135&r2=1.2136
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/scripts/Makefile.in.diff?cvsroot=lvm2&r1=1.21&r2=1.22

--- LVM2/WHATS_NEW	2011/09/24 20:50:35	1.2135
+++ LVM2/WHATS_NEW	2011/09/24 21:05:03	1.2136
@@ -1,5 +1,6 @@
 Version 2.02.89 - 
 ==================================
+  Fix install_ocf make target when srcdir != builddir. (2.02.80)
   Support env vars LVM_CLVMD_BINARY and LVM_BINARY in clvmd.
   Fix restart of clvmd (preserve exlusive locks). (2.02.64)
   Add 'Volume Type' lv_attr characters for RAID and RAID_IMAGE.
--- LVM2/scripts/Makefile.in	2011/07/28 12:57:26	1.21
+++ LVM2/scripts/Makefile.in	2011/09/24 21:05:03	1.22
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2006-2010 Red Hat, Inc. All rights reserved.
+# Copyright (C) 2006-2011 Red Hat, Inc. All rights reserved.
 #
 # This file is part of LVM2.
 #
@@ -28,6 +28,7 @@
 endif
 
 vpath %.sh $(srcdir)
+vpath %.ocf $(srcdir)
 
 %_install: %.sh
 	$(INSTALL_PROGRAM) -D $< $(sbindir)/$(basename $(<F))


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

* LVM2 ./WHATS_NEW scripts/Makefile.in
@ 2010-04-14 20:03 agk
  0 siblings, 0 replies; 2+ messages in thread
From: agk @ 2010-04-14 20:03 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk@sourceware.org	2010-04-14 20:03:16

Modified files:
	.              : WHATS_NEW 
	scripts        : Makefile.in 

Log message:
	fix broken 'make install' for lvm_dump.sh

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.1523&r2=1.1524
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/scripts/Makefile.in.diff?cvsroot=lvm2&r1=1.15&r2=1.16

--- LVM2/WHATS_NEW	2010/04/14 18:10:30	1.1523
+++ LVM2/WHATS_NEW	2010/04/14 20:03:15	1.1524
@@ -1,5 +1,6 @@
 Version 2.02.63 - 14th April 2010
 =================================
+  Rename lvm_dump.sh to lvmdump.sh.
   Allow incomplete mirror restore in lvconvert --repair upon insufficient space.
   Do not reset position in metadata ring buffer on vgrename and vgcfgrestore.
   Allow VGs with active LVs to be renamed.
--- LVM2/scripts/Makefile.in	2010/04/09 21:42:51	1.15
+++ LVM2/scripts/Makefile.in	2010/04/14 20:03:16	1.16
@@ -17,7 +17,7 @@
 
 include $(top_builddir)/make.tmpl
 
-SCRIPTS = lvm_dump.sh vgimportclone.sh
+SCRIPTS = lvmdump.sh vgimportclone.sh
 ifeq ("@FSADM@", "yes")
 	SCRIPTS += fsadm.sh
 endif


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

end of thread, other threads:[~2011-09-24 21:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-24 21:05 LVM2 ./WHATS_NEW scripts/Makefile.in zkabelac
  -- strict thread matches above, loose matches on Subject: below --
2010-04-14 20:03 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).