• P
    Preserve intermediate .c files in coverage mode · 4af3dda1
    Peter Eisentraut 提交于
    The introduction of the .y -> .c pattern rule causes some .c files such
    as bootparse.c to be considered intermediate files in the .y -> .c -> .o
    rule chain, which make would automatically delete.  But in coverage
    mode, the processing tools such as genhtml need those files, so mark
    them as "precious" so that make preserves them.
    4af3dda1
Makefile.global.in 22.9 KB