From e84e2d7d4d79a7ca9b265afd6d224366a8a62419 Mon Sep 17 00:00:00 2001 From: anastasia Date: Tue, 30 Mar 2021 17:02:09 +0300 Subject: [PATCH] make pgbuild.sh less noisy --- pgbuild.sh | 4 ++-- vendor/postgres | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pgbuild.sh b/pgbuild.sh index 3126e29a8f..ee097eaaf5 100755 --- a/pgbuild.sh +++ b/pgbuild.sh @@ -20,6 +20,6 @@ cd $REPO_ROOT/tmp_install/build --enable-depend --with-libxml --prefix=/ # compile -make -j8 +make -j8 -s export DESTDIR=$REPO_ROOT/tmp_install -make install +make install -s diff --git a/vendor/postgres b/vendor/postgres index c16604e9d2..531eb128c6 160000 --- a/vendor/postgres +++ b/vendor/postgres @@ -1 +1 @@ -Subproject commit c16604e9d28bafc0146a105efff8b84d200df838 +Subproject commit 531eb128c6f84ac4ee3540464b79dd2614d168a4