Speaking of contrib Makefiles

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: Speaking of contrib Makefiles
Date: 2006-10-19 18:43:28
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCEA0FC9A@algol.sollentuna.se
Views: Raw Message | Whole Thread | 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?

//Magnus

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2006-10-19 18:45:19 Re: Speaking of contrib Makefiles
Previous Message Neil Conway 2006-10-19 18:37:34 adminpack and pg_catalog