From 994b1cb59ee50c8f27023d524fcb7e2e4dc11179 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 9 Feb 2007 17:04:00 +0000 Subject: [PATCH] Add $PostgreSQL$ marker to contrib makefiles. --- contrib/adminpack/Makefile | 2 ++ contrib/btree_gist/Makefile | 1 + contrib/hstore/Makefile | 4 ++-- contrib/ltree/Makefile | 2 ++ contrib/pg_standby/Makefile | 1 + contrib/pg_trgm/Makefile | 5 +---- contrib/sslinfo/Makefile | 2 ++ contrib/tablefunc/Makefile | 2 ++ contrib/xml2/Makefile | 3 +-- 9 files changed, 14 insertions(+), 8 deletions(-) diff --git a/contrib/adminpack/Makefile b/contrib/adminpack/Makefile index ba864c1417..11b5f39cd3 100644 --- a/contrib/adminpack/Makefile +++ b/contrib/adminpack/Makefile @@ -1,3 +1,5 @@ +# $PostgreSQL: pgsql/contrib/adminpack/Makefile,v 1.4 2007/02/09 17:03:59 petere Exp $ + MODULE_big = adminpack PG_CPPFLAGS = -I$(libpq_srcdir) DATA_built = adminpack.sql diff --git a/contrib/btree_gist/Makefile b/contrib/btree_gist/Makefile index 57c6e1f1ef..a165f4bb3d 100644 --- a/contrib/btree_gist/Makefile +++ b/contrib/btree_gist/Makefile @@ -1,3 +1,4 @@ +# $PostgreSQL: pgsql/contrib/btree_gist/Makefile,v 1.10 2007/02/09 17:03:59 petere Exp $ MODULE_big = btree_gist diff --git a/contrib/hstore/Makefile b/contrib/hstore/Makefile index 7ac913ca89..b299e6c266 100644 --- a/contrib/hstore/Makefile +++ b/contrib/hstore/Makefile @@ -1,3 +1,5 @@ +# $PostgreSQL: pgsql/contrib/hstore/Makefile,v 1.3 2007/02/09 17:04:00 petere Exp $ + subdir = contrib/hstore top_builddir = ../.. include $(top_builddir)/src/Makefile.global @@ -14,5 +16,3 @@ DOCS = README.hstore REGRESS = hstore include $(top_srcdir)/contrib/contrib-global.mk -# DO NOT DELETE - diff --git a/contrib/ltree/Makefile b/contrib/ltree/Makefile index 676dbe7ecd..c9d3bde0bf 100644 --- a/contrib/ltree/Makefile +++ b/contrib/ltree/Makefile @@ -1,3 +1,5 @@ +# $PostgreSQL: pgsql/contrib/ltree/Makefile,v 1.6 2007/02/09 17:04:00 petere Exp $ + PG_CPPFLAGS = -DLOWER_NODE MODULE_big = ltree OBJS = ltree_io.o ltree_op.o lquery_op.o _ltree_op.o crc32.o \ diff --git a/contrib/pg_standby/Makefile b/contrib/pg_standby/Makefile index 99abebc3a1..e66b1b5c11 100644 --- a/contrib/pg_standby/Makefile +++ b/contrib/pg_standby/Makefile @@ -1,3 +1,4 @@ +# $PostgreSQL: pgsql/contrib/pg_standby/Makefile,v 1.2 2007/02/09 17:04:00 petere Exp $ PROGRAM = pg_standby OBJS = pg_standby.o diff --git a/contrib/pg_trgm/Makefile b/contrib/pg_trgm/Makefile index 36714409c3..b710df9956 100644 --- a/contrib/pg_trgm/Makefile +++ b/contrib/pg_trgm/Makefile @@ -1,3 +1,4 @@ +# $PostgreSQL: pgsql/contrib/pg_trgm/Makefile,v 1.5 2007/02/09 17:04:00 petere Exp $ PG_CPPFLAGS = -I. @@ -19,7 +20,3 @@ top_builddir = ../.. include $(top_builddir)/src/Makefile.global include $(top_srcdir)/contrib/contrib-global.mk endif - - -# DO NOT DELETE - diff --git a/contrib/sslinfo/Makefile b/contrib/sslinfo/Makefile index cc000d9453..ea24b753f5 100644 --- a/contrib/sslinfo/Makefile +++ b/contrib/sslinfo/Makefile @@ -1,3 +1,5 @@ +# $PostgreSQL: pgsql/contrib/sslinfo/Makefile,v 1.8 2007/02/09 17:04:00 petere Exp $ + MODULE_big = sslinfo OBJS = sslinfo.o DATA_built = sslinfo.sql diff --git a/contrib/tablefunc/Makefile b/contrib/tablefunc/Makefile index e2e10c0c9e..a75dd62787 100644 --- a/contrib/tablefunc/Makefile +++ b/contrib/tablefunc/Makefile @@ -1,3 +1,5 @@ +# $PostgreSQL: pgsql/contrib/tablefunc/Makefile,v 1.7 2007/02/09 17:04:00 petere Exp $ + MODULES = tablefunc DATA_built = tablefunc.sql DATA = uninstall_tablefunc.sql diff --git a/contrib/xml2/Makefile b/contrib/xml2/Makefile index 0bd5b03297..1b724c2193 100644 --- a/contrib/xml2/Makefile +++ b/contrib/xml2/Makefile @@ -1,4 +1,4 @@ -# This makefile will build the new XML and XSLT routines. +# $PostgreSQL: pgsql/contrib/xml2/Makefile,v 1.9 2007/02/09 17:04:00 petere Exp $ MODULE_big = pgxml @@ -23,4 +23,3 @@ top_builddir = ../.. include $(top_builddir)/src/Makefile.global include $(top_srcdir)/contrib/contrib-global.mk endif -