| From: | "Magnus Hagander" <mha(at)sollentuna(dot)net> |
|---|---|
| To: | <pgsql-hackers(at)postgresql(dot)org> |
| Cc: | "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Subject: | Re: Speaking of contrib Makefiles |
| Date: | 2006-10-19 18:45:19 |
| Message-ID: | 6BCB9D8A16AC4241919521715F4D8BCEA0FC9B@algol.sollentuna.se |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
> both cube and seg seems to do some funky stuff with
> flex/bison, if I'm not entirely mistaken. Cube, for example,
> uses a rule that builds "cubeparse.o" from "cubescan.c".
> (which in turnis built from flex/bison files).
>
> Is there any reason why we don't build a file called
> "cubescan.o" from "cubescan.c" and thus simplify the rules a bit?
Hmm. I shold recall this one. I'm just reading the makefile wrong - all
it says is that there is a dependency between them. Oops. Time to crawl
back under that rock...
//magnus
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2006-10-19 18:49:13 | Re: Adminpack build fix |
| Previous Message | Magnus Hagander | 2006-10-19 18:43:28 | Speaking of contrib Makefiles |