Sort SUBDIRS variable in src/bin/Makefile
The previous order appears to have been historically grown randomness.
This commit is contained in:
parent
ef75508efc
commit
5a2a48f036
@ -13,8 +13,16 @@ subdir = src/bin
|
|||||||
top_builddir = ../..
|
top_builddir = ../..
|
||||||
include $(top_builddir)/src/Makefile.global
|
include $(top_builddir)/src/Makefile.global
|
||||||
|
|
||||||
SUBDIRS = initdb pg_ctl pg_dump \
|
SUBDIRS = \
|
||||||
psql scripts pg_config pg_controldata pg_resetxlog pg_basebackup
|
initdb \
|
||||||
|
pg_basebackup \
|
||||||
|
pg_config \
|
||||||
|
pg_controldata \
|
||||||
|
pg_ctl \
|
||||||
|
pg_dump \
|
||||||
|
pg_resetxlog \
|
||||||
|
psql \
|
||||||
|
scripts
|
||||||
|
|
||||||
ifeq ($(PORTNAME), win32)
|
ifeq ($(PORTNAME), win32)
|
||||||
SUBDIRS += pgevent
|
SUBDIRS += pgevent
|
||||||
|
Loading…
x
Reference in New Issue
Block a user