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

Commit5a2a48f

Browse files
committed
Sort SUBDIRS variable in src/bin/Makefile
The previous order appears to have been historically grown randomness.
1 parentef75508 commit5a2a48f

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

‎src/bin/Makefile

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,16 @@ subdir = src/bin
1313
top_builddir = ../..
1414
include$(top_builddir)/src/Makefile.global
1515

16-
SUBDIRS = initdb pg_ctl pg_dump\
17-
psql scripts pg_config pg_controldata pg_resetxlog pg_basebackup
16+
SUBDIRS =\
17+
initdb\
18+
pg_basebackup\
19+
pg_config\
20+
pg_controldata\
21+
pg_ctl\
22+
pg_dump\
23+
pg_resetxlog\
24+
psql\
25+
scripts
1826

1927
ifeq ($(PORTNAME), win32)
2028
SUBDIRS += pgevent

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp