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

Commit3daf382

Browse files
committed
Move build of src/backend/replication/walreceiver/ later in the build
process, after src/interfaces, because it depends on libpq. Also addmissing lines for clean etc. targetsReport from Boszormenyi Zoltan.
1 parenteb730cf commit3daf382

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

‎src/Makefile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Copyright (c) 1994, Regents of the University of California
66
#
7-
# $PostgreSQL: pgsql/src/Makefile,v 1.48 2010/01/1509:18:59 heikki Exp $
7+
# $PostgreSQL: pgsql/src/Makefile,v 1.49 2010/01/1517:01:06 heikki Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -18,10 +18,10 @@ all install installdirs uninstall distprep:
1818
$(MAKE) -C timezone$@
1919
$(MAKE) -C backend$@
2020
$(MAKE) -C backend/utils/mb/conversion_procs$@
21-
$(MAKE) -C backend/replication/walreceiver$@
2221
$(MAKE) -C backend/snowball$@
2322
$(MAKE) -C include$@
2423
$(MAKE) -C interfaces$@
24+
$(MAKE) -C backend/replication/walreceiver$@
2525
$(MAKE) -C bin$@
2626
$(MAKE) -C pl$@
2727
$(MAKE) -C makefiles$@
@@ -52,6 +52,7 @@ clean:
5252
$(MAKE) -C backend/snowball$@
5353
$(MAKE) -C include$@
5454
$(MAKE) -C interfaces$@
55+
$(MAKE) -C backend/replication/walreceiver$@
5556
$(MAKE) -C bin$@
5657
$(MAKE) -C pl$@
5758
$(MAKE) -C makefiles$@
@@ -66,6 +67,7 @@ distclean maintainer-clean:
6667
$(MAKE) -C backend/snowball$@
6768
$(MAKE) -C include$@
6869
$(MAKE) -C interfaces$@
70+
$(MAKE) -C backend/replication/walreceiver$@
6971
$(MAKE) -C bin$@
7072
$(MAKE) -C pl$@
7173
$(MAKE) -C makefiles$@
@@ -80,6 +82,7 @@ coverage:
8082
$(MAKE) -C backend/utils/mb/conversion_procs$@
8183
$(MAKE) -C backend/snowball$@
8284
$(MAKE) -C interfaces$@
85+
$(MAKE) -C backend/replication/walreceiver$@
8386
$(MAKE) -C bin$@
8487
$(MAKE) -C pl$@
8588

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp