Re: dependencies for generated header files

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: dependencies for generated header files
Date: 2009-08-12 01:00:17
Message-ID: 2010.1250038817@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Robert Haas <robertmhaas(at)gmail(dot)com> writes:
> On Tue, Aug 11, 2009 at 4:38 PM, Peter Eisentraut<peter_e(at)gmx(dot)net> wrote:
>> I'm not convinced by this use case.

> Well, my original motivation for developing this patch was that I
> often go into a subdirectory and start hacking on a .c file and then
> type make to rebuild just that subdirectory (so it's easier to see
> warnings and errors). But sometimes I would edit a relevant header
> file and then the rebuild wouldn't happen. That bugged me. Your
> mileage may vary.

Surely the answer to that is "you should be configuring with --enable-depend".

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2009-08-12 01:01:50 Re: dependencies for generated header files
Previous Message Tom Lane 2009-08-12 00:54:44 Re: Why is vacuum_freeze_min_age 100m?