Speaking of contrib Makefiles - Mailing list pgsql-hackers

From Magnus Hagander
Subject Speaking of contrib Makefiles
Date
Msg-id 6BCB9D8A16AC4241919521715F4D8BCEA0FC9A@algol.sollentuna.se
Whole thread Raw
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?

//Magnus



pgsql-hackers by date:

Previous
From: Neil Conway
Date:
Subject: adminpack and pg_catalog
Next
From: "Magnus Hagander"
Date:
Subject: Re: Speaking of contrib Makefiles