• Tom Lane's avatar
    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
Makefile.global.in 27.1 KB