]> git.ipfire.org Git - thirdparty/kea.git/commit
adjust report-cpp-coverage make target
authorJeremy C. Reed <jreed@isc.org>
Fri, 23 May 2014 18:06:09 +0000 (18:06 +0000)
committerJeremy C. Reed <jreed@isc.org>
Fri, 23 May 2014 18:06:09 +0000 (18:06 +0000)
commitededfc86ed8fb507db84d726f5b489bc2cdd5cd5
tree773c8e7dd06df344571070c42dcdba5f7f446f0e
parenta6c7bda20afd38624e3a1b25ac1558663a558461
adjust report-cpp-coverage make target

exclude include/ so will remove /usr/local/include too

also add a hack to change the paths to be consistent
in the case that the directory the job is done in is a symlink
to another directory.
(Alternative method would be to run the lcov tool multiple times
for each path and set the base-directory switch plus add-tracefile
switch to combine.)

I didn't get this reviewed. I am under assuption that this make target
is rarely used.
Makefile.am