From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Robert Haas <robertmhaas(at)gmail(dot)com> |
Cc: | Peter Eisentraut <peter(at)eisentraut(dot)org>, cedric(at)2ndquadrant(dot)com, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Makefiles don't seem to remember to rebuild everything anymore |
Date: | 2012-12-19 05:22:37 |
Message-ID: | 6947.1355894557@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 Mon, Dec 17, 2012 at 1:34 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>> This is definitely not per make's contract, either. I think maybe the
>> "Don't rebuild the list if only the OBJS have changed" hack in common.mk
>> is a brick or two shy of a load, but I don't know how to fix that.
> I feel like it's been this way for a while - at least I feel like I've
> noticed this before. I think there is some inevitable kludginess
> around having one makefile per subdirectory that leads to these kinds
> of issues. Maybe we should get rid of all the makefiles under
> src/backend except for the top-level one and just do everything there.
I mentioned this paper last year, but maybe it's time to start
taking it seriously:
http://aegis.sourceforge.net/auug97.pdf
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Jeevan Chalke | 2012-12-19 05:30:13 | Re: too much pgbench init output |
Previous Message | Josh Berkus | 2012-12-19 03:43:09 | Feature Request: pg_replication_master() |