| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | pgsql-hackers(at)postgresql(dot)org, "Magnus Hagander" <mha(at)sollentuna(dot)net> |
| Cc: | pgsql-patches(at)postgresql(dot)org |
| Subject: | Re: Contrib Makefiles |
| Date: | 2006-10-19 17:41:50 |
| Message-ID: | 29488.1161279710@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers pgsql-patches |
"Magnus Hagander" <mha(at)sollentuna(dot)net> writes:
> A couple of the Makefiles in contrib don't define OBJS= as standard,
> instead they define SRCS= and then a makefile rule for OBJS= that does a
> replacement on that.
> Is there any actual reason for that?
Can't see one.
> If not, could the attached patch
> please be applied to make them all look the same.
Done, but what about pgcrypto? You may not have a choice but to have a
special case for that one, though, seeing it builds its list on the fly.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Magnus Hagander | 2006-10-19 17:43:10 | Re: [PATCHES] Contrib Makefiles |
| Previous Message | Tom Lane | 2006-10-19 17:38:58 | Re: Adminpack build fix |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Magnus Hagander | 2006-10-19 17:43:10 | Re: [PATCHES] Contrib Makefiles |
| Previous Message | Tom Lane | 2006-10-19 17:38:58 | Re: Adminpack build fix |