Skip to content

Commit 5a2a48f

Browse files
committed
Sort SUBDIRS variable in src/bin/Makefile
The previous order appears to have been historically grown randomness.
1 parent ef75508 commit 5a2a48f

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy