Re: [PATCH 2/6] Makefile: Include subdirectories in "make cover" reports

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Ævar Arnfjörð Bjarmason wrote:
> On Sat, Jul 24, 2010 at 22:37, Thomas Rast <trast@xxxxxxxxxxxxxxx> wrote:
>> Ævar Arnfjörð Bjarmason wrote:

>>>  coverage-clean:
>>> -     rm -f *.gcda *.gcno
>>> +     $(RM) *.gcov *.gcda *.gcno
>>> +     $(RM) builtin/*.gcov
>>> +     $(RM) builtin/*.gcda
>>> +     $(RM) builtin/*.gcno
>>
>> By the same logic, the xdiff and compat directories should also be
>> included here.  Maybe also block-sha1?
>
> Yeah, actually now that I think about it any C code we compile could
> spew those *.gcda *.gcno files, which means:

You can find a list of directories where the Makefile was thinking about
building things with "dirs := $(sort $(dir $(OBJECTS)))".  See
dep_dirs for an example.

Hope that helps,
Jonathan
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]