mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-06 15:24:56 +08:00
Reorder some object files in makefiles
This restores some once-intended alphabetical orders and makes the lists consistent between the different build systems.
This commit is contained in:
parent
adb5c32eb5
commit
24b55cd949
@ -44,8 +44,8 @@ BBOBJS = \
|
||||
bbstreamer_gzip.o \
|
||||
bbstreamer_inject.o \
|
||||
bbstreamer_lz4.o \
|
||||
bbstreamer_zstd.o \
|
||||
bbstreamer_tar.o
|
||||
bbstreamer_tar.o \
|
||||
bbstreamer_zstd.o
|
||||
|
||||
all: pg_basebackup pg_receivewal pg_recvlogical
|
||||
|
||||
|
@ -83,9 +83,9 @@ OBJS_COMMON = \
|
||||
|
||||
ifeq ($(with_ssl),openssl)
|
||||
OBJS_COMMON += \
|
||||
protocol_openssl.o \
|
||||
cryptohash_openssl.o \
|
||||
hmac_openssl.o
|
||||
hmac_openssl.o \
|
||||
protocol_openssl.o
|
||||
else
|
||||
OBJS_COMMON += \
|
||||
cryptohash.o \
|
||||
|
@ -404,8 +404,8 @@ sub mkvcbuild
|
||||
$pgbasebackup->AddFile('src/bin/pg_basebackup/bbstreamer_gzip.c');
|
||||
$pgbasebackup->AddFile('src/bin/pg_basebackup/bbstreamer_inject.c');
|
||||
$pgbasebackup->AddFile('src/bin/pg_basebackup/bbstreamer_lz4.c');
|
||||
$pgbasebackup->AddFile('src/bin/pg_basebackup/bbstreamer_zstd.c');
|
||||
$pgbasebackup->AddFile('src/bin/pg_basebackup/bbstreamer_tar.c');
|
||||
$pgbasebackup->AddFile('src/bin/pg_basebackup/bbstreamer_zstd.c');
|
||||
$pgbasebackup->AddLibrary('ws2_32.lib');
|
||||
|
||||
my $pgreceivewal = AddSimpleFrontend('pg_basebackup', 1);
|
||||
|
Loading…
Reference in New Issue
Block a user