Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit994b1cb

Browse files
committed
Add $PostgreSQL$ marker to contrib makefiles.
1 parentf442711 commit994b1cb

File tree

9 files changed

+14
-8
lines changed

9 files changed

+14
-8
lines changed

‎contrib/adminpack/Makefile

Lines changed: 2 additions & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 4 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 1 addition & 2 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp