make pgbuild.sh less noisy

This commit is contained in:
anastasia
2021-03-30 17:02:09 +03:00
parent 924962de06
commit e84e2d7d4d
2 changed files with 3 additions and 3 deletions

View File

@@ -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