]> git.ipfire.org Git - thirdparty/postgresql.git/commit
To fix the perpetually broken makefiles in the contrib tree, I have
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 6 Sep 2001 10:49:30 +0000 (10:49 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 6 Sep 2001 10:49:30 +0000 (10:49 +0000)
commit17cc78ef01679deae3f0dac1c35ae777c2c73723
tree57c116d4f29272878495dc748a14cb7249f5dc7c
parent22ae53d4cdca7244b0de25f1d28255e1649aa936
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.
32 files changed:
contrib/Makefile
contrib/array/Makefile
contrib/btree_gist/Makefile
contrib/chkpass/Makefile
contrib/contrib-global.mk [new file with mode: 0644]
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
contrib/pg_controldata/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