]> sourceware.org Git - lvm2.git/commitdiff
Update lcov target
authorZdenek Kabelac <zkabelac@redhat.com>
Fri, 23 Mar 2012 09:39:03 +0000 (09:39 +0000)
committerZdenek Kabelac <zkabelac@redhat.com>
Fri, 23 Mar 2012 09:39:03 +0000 (09:39 +0000)
Makefile.in
WHATS_NEW

index 573e2935081da355fe3bab7b53531bf200531d06..5e0b348d863abdbadf0d7c776881c23f714918c0 100644 (file)
@@ -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)", "")
index 52dc61960d8e89205eb583c57625171c4e0c5f9a..acb37728474e91edcfa8868c58504b5fb2356b16 100644 (file)
--- 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.
This page took 0.037184 seconds and 5 git commands to generate.