pgsql: Preserve intermediate .c files in coverage mode

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Preserve intermediate .c files in coverage mode
Date: 2012-10-28 14:42:25
Message-ID: E1TSU4H-0004K4-Vp@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Preserve intermediate .c files in coverage mode

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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4af3dda13601d859a20425e3554533fde0549056

Modified Files
--------------
src/Makefile.global.in | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2012-10-28 15:10:34 Re: pgsql: Preserve intermediate .c files in coverage mode
Previous Message Kevin Grittner 2012-10-26 20:01:54 pgsql: Throw error if expiring tuple is again updated or deleted.

Browse pgsql-hackers by date

  From Date Subject
Next Message David Johnston 2012-10-28 14:48:24 Re: Creating indexes in the background
Previous Message Greg Stark 2012-10-28 13:43:07 Re: Logical to physical page mapping