CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: scrappy@hub.org 01/09/06 06:49:30
Modified files:
contrib : Makefile
contrib/array : Makefile
contrib/btree_gist: Makefile
contrib/chkpass: Makefile
contrib/cube : Makefile
contrib/dbase : Makefile
contrib/dblink : Makefile
contrib/earthdistance: Makefile
contrib/findoidjoins: Makefile
contrib/fulltextindex: Makefile
contrib/fuzzystrmatch: Makefile
contrib/intarray: Makefile
contrib/isbn_issn: Makefile
contrib/lo : Makefile
contrib/miscutil: Makefile
contrib/noupdate: Makefile
contrib/oid2name: Makefile
contrib/pg_controldata: Makefile pg_controldata.c
contrib/pg_dumplo: Makefile
contrib/pg_logger: Makefile
contrib/pg_resetxlog: Makefile
contrib/pgbench: Makefile
contrib/rserv : Makefile
contrib/rtree_gist: Makefile
contrib/seg : Makefile
contrib/spi : Makefile
contrib/string : Makefile
contrib/tips : Makefile
contrib/userlock: Makefile
contrib/vacuumlo: Makefile
Added files:
contrib : contrib-global.mk
Log message:
To fix the perpetually broken makefiles in the contrib tree, I have
written a generic framework of rules that the contrib makefiles can
use instead of writing their own each time. You only need to set a few
variables and off you go.