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

Commita5a8110

Browse files
committed
Contrib port/ usage is same as others so no need for rules.
1 parent7c5c1a2 commita5a8110

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

‎contrib/pg_controldata/Makefile

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,15 @@
1-
# $Header: /cvsroot/pgsql/contrib/pg_controldata/Attic/Makefile,v 1.6 2002/07/1803:59:49 momjian Exp $
1+
# $Header: /cvsroot/pgsql/contrib/pg_controldata/Attic/Makefile,v 1.7 2002/07/1804:33:39 momjian Exp $
22

33
subdir = contrib/pg_controldata
44
top_builddir = ../..
55
include$(top_builddir)/src/Makefile.global
66

77
PROGRAM = pg_controldata
8-
OBJS= pg_controldata.o pg_crc.o$(notdir$(SNPRINTF))
8+
OBJS= pg_controldata.o pg_crc.o$(SNPRINTF)
99

1010
pg_crc.c:$(top_srcdir)/src/backend/utils/hash/pg_crc.c
1111
rm -f$@&&$(LN_S)$<.
1212

13-
ifdefSNPRINTF
14-
$(basename$(notdir$(SNPRINTF))).c:$(basename$(SNPRINTF)).c
15-
rm -f$@&&$(LN_S)$<.
16-
endif
17-
1813
EXTRA_CLEAN = pg_crc.c snprintf.c
1914

2015
DOCS = README.pg_controldata

‎contrib/pg_resetxlog/Makefile

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,15 @@
1-
# $Header: /cvsroot/pgsql/contrib/pg_resetxlog/Attic/Makefile,v 1.4 2002/07/1803:59:49 momjian Exp $
1+
# $Header: /cvsroot/pgsql/contrib/pg_resetxlog/Attic/Makefile,v 1.5 2002/07/1804:33:39 momjian Exp $
22

33
subdir = contrib/pg_resetxlog
44
top_builddir = ../..
55
include$(top_builddir)/src/Makefile.global
66

77
PROGRAM = pg_resetxlog
8-
OBJS= pg_resetxlog.o pg_crc.o$(notdir$(SNPRINTF))
8+
OBJS= pg_resetxlog.o pg_crc.o$(SNPRINTF)
99

1010
pg_crc.c:$(top_srcdir)/src/backend/utils/hash/pg_crc.c
1111
rm -f$@&&$(LN_S)$<.
1212

13-
ifdefSNPRINTF
14-
$(basename$(notdir$(SNPRINTF))).c:$(basename$(SNPRINTF)).c
15-
rm -f$@&&$(LN_S)$<.
16-
endif
17-
1813
EXTRA_CLEAN = pg_crc.c snprintf.c
1914

2015
DOCS = README.pg_resetxlog

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp