public inbox for lvm2-cvs@sourceware.org
help / color / mirror / Atom feed
* LVM2 Makefile.in WHATS_NEW
@ 2010-08-02 13:56 agk
  0 siblings, 0 replies; 4+ messages in thread
From: agk @ 2010-08-02 13:56 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk@sourceware.org	2010-08-02 13:56:35

Modified files:
	.              : Makefile.in WHATS_NEW 

Log message:
	Fix lib.device-mapper to wait for include too

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/Makefile.in.diff?cvsroot=lvm2&r1=1.60&r2=1.61
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.1685&r2=1.1686

--- LVM2/Makefile.in	2010/08/02 12:10:36	1.60
+++ LVM2/Makefile.in	2010/08/02 13:56:34	1.61
@@ -49,6 +49,7 @@
 tools: lib device-mapper
 po: tools daemons
 
+lib.device-mapper: include.device-mapper
 libdm.device-mapper: include.device-mapper
 liblvm.device-mapper: include.device-mapper
 daemons.device-mapper: libdm.device-mapper
--- LVM2/WHATS_NEW	2010/08/02 13:17:03	1.1685
+++ LVM2/WHATS_NEW	2010/08/02 13:56:35	1.1686
@@ -3,7 +3,7 @@
   Do not use VPATH in include/Makefile.
   Fix exported_symbols generation to use standard compiler arguments.
   Use #include <> not "" in lvm2app.h which gets installed on the system.
-  Make liblvm.device-mapper wait for include file generation.
+  Make lib and liblvm.device-mapper wait for include file generation.
   Fix configure to supply DEFAULT_RUN_DIR to Makefiles.
   Fix wrong number of mirror log at allocate policy
 


^ permalink raw reply	[flat|nested] 4+ messages in thread
* LVM2 Makefile.in WHATS_NEW
@ 2010-11-22 21:39 agk
  0 siblings, 0 replies; 4+ messages in thread
From: agk @ 2010-11-22 21:39 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk@sourceware.org	2010-11-22 21:39:47

Modified files:
	.              : Makefile.in WHATS_NEW 

Log message:
	Fix default /etc/lvm permissions to be 0755. (2.02.66)

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/Makefile.in.diff?cvsroot=lvm2&r1=1.62&r2=1.63
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.1800&r2=1.1801

--- LVM2/Makefile.in	2010/08/09 10:56:01	1.62
+++ LVM2/Makefile.in	2010/11/22 21:39:47	1.63
@@ -81,7 +81,7 @@
 	$(MAKE) -C test $(@)
 
 install_system_dirs:
-	$(INSTALL_ROOT_DIR) $(DESTDIR)$(DEFAULT_SYS_DIR)
+	$(INSTALL_DIR) $(DESTDIR)$(DEFAULT_SYS_DIR)
 	$(INSTALL_ROOT_DIR) $(DESTDIR)$(DEFAULT_ARCHIVE_DIR)
 	$(INSTALL_ROOT_DIR) $(DESTDIR)$(DEFAULT_BACKUP_DIR)
 	$(INSTALL_ROOT_DIR) $(DESTDIR)$(DEFAULT_CACHE_DIR)
--- LVM2/WHATS_NEW	2010/11/22 18:37:56	1.1800
+++ LVM2/WHATS_NEW	2010/11/22 21:39:47	1.1801
@@ -1,5 +1,6 @@
 Version 2.02.78 - 
 ====================================
+  Fix default /etc/lvm permissions to be 0755. (2.02.66)
 
 Version 2.02.77 - 22nd November 2010
 ====================================


^ permalink raw reply	[flat|nested] 4+ messages in thread
* LVM2 Makefile.in WHATS_NEW
@ 2012-02-01 10:46 zkabelac
  0 siblings, 0 replies; 4+ messages in thread
From: zkabelac @ 2012-02-01 10:46 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	zkabelac@sourceware.org	2012-02-01 10:46:46

Modified files:
	.              : Makefile.in WHATS_NEW 

Log message:
	User correct base dir for lcov reports
	
	Fix problem when srcdir != builddir.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/Makefile.in.diff?cvsroot=lvm2&r1=1.67&r2=1.68
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.2249&r2=1.2250

--- LVM2/Makefile.in	2011/11/23 12:21:41	1.67
+++ LVM2/Makefile.in	2012/02/01 10:46:45	1.68
@@ -116,7 +116,7 @@
 
 # maybe use subdirs processing to create tracefiles...
 $(LCOV_TRACES):
-	$(LCOV) -b $(top_srcdir)/$(basename $@) \
+	$(LCOV) -b $(basename $@) \
 		-d $(basename $@) -c -o - | $(SED) \
 		-e "s/\(dmeventd_lvm.[ch]\)/plugins\/lvm2\/\1/" \
 		-e "s/\(dmeventd_mirror.c\)/plugins\/mirror\/\1/" \
--- LVM2/WHATS_NEW	2012/02/01 02:10:45	1.2249
+++ LVM2/WHATS_NEW	2012/02/01 10:46:45	1.2250
@@ -1,5 +1,6 @@
 Version 2.02.90 - 
 ===================================
+  Fix lcov reports when srcdir != builddir.
   Allow ALLOC_NORMAL to track reserved extents for log and data on same PV.
   Automatically detect whether corosync clvmd needs to use confdb or cmap.
   Fix data% report for thin volume used as origin for non-thin snapshot.


^ permalink raw reply	[flat|nested] 4+ messages in thread
* LVM2 Makefile.in WHATS_NEW
@ 2012-03-23  9:39 zkabelac
  0 siblings, 0 replies; 4+ messages in thread
From: zkabelac @ 2012-03-23  9:39 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	zkabelac@sourceware.org	2012-03-23 09:39:03

Modified files:
	.              : Makefile.in WHATS_NEW 

Log message:
	Update lcov target

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/Makefile.in.diff?cvsroot=lvm2&r1=1.71&r2=1.72
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.2361&r2=1.2362

--- LVM2/Makefile.in	2012/03/12 15:05:55	1.71
+++ LVM2/Makefile.in	2012/03/23 09:39:03	1.72
@@ -123,11 +123,10 @@
 
 # maybe use subdirs processing to create tracefiles...
 $(LCOV_TRACES):
-	$(LCOV) -b $(basename $@) \
-		-d $(basename $@) -c -o - | $(SED) \
+	$(LCOV) -b $(basename $@) -d $(basename $@) \
+		--ignore-errors source -c -o - | $(SED) \
 		-e "s/\(dmeventd_lvm.[ch]\)/plugins\/lvm2\/\1/" \
-		-e "s/\(dmeventd_mirror.c\)/plugins\/mirror\/\1/" \
-		-e "s/\(dmeventd_snapshot.c\)/plugins\/snapshot\/\1/" \
+		-e "s/dmeventd_\(mirror\|snapshot\|thin\|raid\)\.c/plugins\/\1\/dmeventd_\1\.c/" \
 		>$@
 
 ifneq ("$(GENHTML)", "")
--- LVM2/WHATS_NEW	2012/03/20 17:42:19	1.2361
+++ LVM2/WHATS_NEW	2012/03/23 09:39:03	1.2362
@@ -1,5 +1,6 @@
 Version 2.02.96 - 
 ================================
+  Update lcov Makefile target to support all dmeventd plugins.
   Fix initializiation of thin monitoring (2.02.92).
   Support improperly formated device numbers in /proc/devices (2.02.91).
   Fix fsadm propagation of -e option.


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

end of thread, other threads:[~2012-03-23  9:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-02 13:56 LVM2 Makefile.in WHATS_NEW agk
2010-11-22 21:39 agk
2012-02-01 10:46 zkabelac
2012-03-23  9:39 zkabelac

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