Re: Speaking of contrib Makefiles - Mailing list pgsql-hackers

From Magnus Hagander
Subject Re: Speaking of contrib Makefiles
Date
Msg-id 6BCB9D8A16AC4241919521715F4D8BCEA0FC9B@algol.sollentuna.se
Whole thread Raw
In response to Speaking of contrib Makefiles  ("Magnus Hagander" <mha@sollentuna.net>)
List 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


pgsql-hackers by date:

Previous
From: "Magnus Hagander"
Date:
Subject: Speaking of contrib Makefiles
Next
From: Tom Lane
Date:
Subject: Re: [PATCHES] Adminpack build fix