1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

Update lcov target

This commit is contained in:
Zdenek Kabelac 2012-03-23 09:39:03 +00:00
parent 0b17a75f13
commit 1d6a2c7326
2 changed files with 4 additions and 4 deletions

View 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)", "")

View File

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