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

Commitc6ab295

Browse files
committed
Add receive files for build.
1 parent71ed1e5 commitc6ab295

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

‎Makefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,14 @@ datapagemap.c: % : $(top_srcdir)/src/bin/pg_rewind/%
5959
rm -f$@&&$(LN_S)$<.
6060
datapagemap.h:% :$(top_srcdir)/src/bin/pg_rewind/%
6161
rm -f&&$(LN_S)$<.
62+
receivelog.c:% :$(top_srcdir)/src/bin/pg_basebackup/%
63+
rm -f&&$(LN_S)$<.
64+
receivelog.h:% :$(top_srcdir)/src/bin/pg_basebackup/%
65+
rm -f&&$(LN_S)$<.
66+
streamutil.c:% :$(top_srcdir)/src/bin/pg_basebackup/%
67+
rm -f&&$(LN_S)$<.
68+
streamutil.h:% :$(top_srcdir)/src/bin/pg_basebackup/%
69+
rm -f&&$(LN_S)$<.
6270

6371
PG_CONFIG = pg_config
6472
PGXS :=$(shell$(PG_CONFIG) --pgxs)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp