Content-Length: 271994 | pFad | http://github.com/postgrespro/postgres/commit/5a2a48f0367e24f8f12cfe0a90a886dae0db1ce2

21 Sort SUBDIRS variable in src/bin/Makefile · postgrespro/postgres@5a2a48f · GitHub
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)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/5a2a48f0367e24f8f12cfe0a90a886dae0db1ce2

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy