summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2012-03-23 09:39:03 +0000
committerZdenek Kabelac <zkabelac@redhat.com>2012-03-23 09:39:03 +0000
commit1d6a2c7326db1a30720b22d8d5efae2ab5fe11c6 (patch)
tree9c2c7c58d6d63d85478a00a9f06c7dec919b75f8
parent0b17a75f1335a2cc35641c19ba1dbf624db4d479 (diff)
downloadlvm2-1d6a2c7326db1a30720b22d8d5efae2ab5fe11c6.tar.gz
lvm2-1d6a2c7326db1a30720b22d8d5efae2ab5fe11c6.tar.xz
lvm2-1d6a2c7326db1a30720b22d8d5efae2ab5fe11c6.zip
Update lcov target
-rw-r--r--Makefile.in7
-rw-r--r--WHATS_NEW1
2 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index 573e2935..5e0b348d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -123,11 +123,10 @@ lcov-reset:
# 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)", "")
diff --git a/WHATS_NEW b/WHATS_NEW
index 52dc6196..acb37728 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -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.