From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Bruce Momjian <bruce(at)momjian(dot)us> |
Cc: | Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-docs(at)postgresql(dot)org, PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org> |
Subject: | Re: [pgsql-patches] Change draft gmake control |
Date: | 2007-01-27 16:38:03 |
Message-ID: | 6401.1169915883@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-docs pgsql-patches |
Bruce Momjian <bruce(at)momjian(dot)us> writes:
> Peter Eisentraut wrote:
>> Anyway, certainly you could write this to preserve the target:
>>
>> draft:
>> $(MAKE) html DRAFT=Y
> The problem is that the 'gmake' recursion is done, but then returns and
> runs the hhml again, so 'gmake draft html' calls "$(MAKE) html DRAFT=Y"
> and on return from that, the html is called again and rebuilds, so it
> isn't really draft.
No, the point is that "gmake draft" ought to work. I'm not sure where
you came up with the idea that "gmake draft html" was a sane command,
but it certainly wasn't what was proposed initially.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2007-01-27 20:33:50 | Re: Change draft gmake control |
Previous Message | Peter Eisentraut | 2007-01-27 16:28:03 | Re: Change draft gmake control |
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Dunstan | 2007-01-27 19:47:35 | pltcl/plython fixes for spi_prepare types |
Previous Message | Peter Eisentraut | 2007-01-27 16:28:03 | Re: Change draft gmake control |