From 1d6a2c7326db1a30720b22d8d5efae2ab5fe11c6 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Fri, 23 Mar 2012 09:39:03 +0000 Subject: [PATCH] Update lcov target --- Makefile.in | 7 +++---- WHATS_NEW | 1 + 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.in b/Makefile.in index 573e29350..5e0b348d8 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 52dc61960..acb377284 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. -- 2.43.5