Skip to content
  • Tom Lane's avatar
    d6ecad81
    Be more thorough about cleaning out gcov litter. · d6ecad81
    Tom Lane authored
    At least on my machine, a run with code coverage enabled produces some
    ".gcov" files whose names begin with ".".  "rm -f *.gcov" fails to match
    those, so they don't get cleaned up by "make clean".  Fix it.
    d6ecad81
    Be more thorough about cleaning out gcov litter.
    Tom Lane authored
    At least on my machine, a run with code coverage enabled produces some
    ".gcov" files whose names begin with ".".  "rm -f *.gcov" fails to match
    those, so they don't get cleaned up by "make clean".  Fix it.
Loading