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

User correct base dir for lcov reports

Fix problem when srcdir != builddir.
This commit is contained in:
Zdenek Kabelac 2012-02-01 10:46:45 +00:00
parent 1368dc905a
commit 8d2d4f2026
2 changed files with 2 additions and 1 deletions

View File

@ -116,7 +116,7 @@ lcov-reset:
# 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/" \

View File

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