Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 994b1cb

Browse files
committed
Add $PostgreSQL$ marker to contrib makefiles.
1 parent f442711 commit 994b1cb

File tree

9 files changed

+14
-8
lines changed

9 files changed

+14
-8
lines changed

contrib/adminpack/Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# $PostgreSQL: pgsql/contrib/adminpack/Makefile,v 1.4 2007/02/09 17:03:59 petere Exp $
2+
13
MODULE_big = adminpack
24
PG_CPPFLAGS = -I$(libpq_srcdir)
35
DATA_built = adminpack.sql

contrib/btree_gist/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# $PostgreSQL: pgsql/contrib/btree_gist/Makefile,v 1.10 2007/02/09 17:03:59 petere Exp $
12

23
MODULE_big = btree_gist
34

contrib/hstore/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# $PostgreSQL: pgsql/contrib/hstore/Makefile,v 1.3 2007/02/09 17:04:00 petere Exp $
2+
13
subdir = contrib/hstore
24
top_builddir = ../..
35
include $(top_builddir)/src/Makefile.global
@@ -14,5 +16,3 @@ DOCS = README.hstore
1416
REGRESS = hstore
1517

1618
include $(top_srcdir)/contrib/contrib-global.mk
17-
# DO NOT DELETE
18-

contrib/ltree/Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# $PostgreSQL: pgsql/contrib/ltree/Makefile,v 1.6 2007/02/09 17:04:00 petere Exp $
2+
13
PG_CPPFLAGS = -DLOWER_NODE
24
MODULE_big = ltree
35
OBJS = ltree_io.o ltree_op.o lquery_op.o _ltree_op.o crc32.o \

contrib/pg_standby/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# $PostgreSQL: pgsql/contrib/pg_standby/Makefile,v 1.2 2007/02/09 17:04:00 petere Exp $
12

23
PROGRAM = pg_standby
34
OBJS = pg_standby.o

contrib/pg_trgm/Makefile

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# $PostgreSQL: pgsql/contrib/pg_trgm/Makefile,v 1.5 2007/02/09 17:04:00 petere Exp $
12

23
PG_CPPFLAGS = -I.
34

@@ -19,7 +20,3 @@ top_builddir = ../..
1920
include $(top_builddir)/src/Makefile.global
2021
include $(top_srcdir)/contrib/contrib-global.mk
2122
endif
22-
23-
24-
# DO NOT DELETE
25-

contrib/sslinfo/Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# $PostgreSQL: pgsql/contrib/sslinfo/Makefile,v 1.8 2007/02/09 17:04:00 petere Exp $
2+
13
MODULE_big = sslinfo
24
OBJS = sslinfo.o
35
DATA_built = sslinfo.sql

contrib/tablefunc/Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# $PostgreSQL: pgsql/contrib/tablefunc/Makefile,v 1.7 2007/02/09 17:04:00 petere Exp $
2+
13
MODULES = tablefunc
24
DATA_built = tablefunc.sql
35
DATA = uninstall_tablefunc.sql

contrib/xml2/Makefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This makefile will build the new XML and XSLT routines.
1+
# $PostgreSQL: pgsql/contrib/xml2/Makefile,v 1.9 2007/02/09 17:04:00 petere Exp $
22

33
MODULE_big = pgxml
44

@@ -23,4 +23,3 @@ top_builddir = ../..
2323
include $(top_builddir)/src/Makefile.global
2424
include $(top_srcdir)/contrib/contrib-global.mk
2525
endif
26-

0 commit comments

Comments
 (0)