[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-602-gdb5579a7b
git at osgeo.org
git at osgeo.org
Thu Feb 24 11:18:33 PST 2022
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".
The branch, master has been updated
via db5579a7ba6c5858a291f92a386f550c3c4f123c (commit)
from a8c777aede568c65dd147420c6622fdc9aa3c411 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit db5579a7ba6c5858a291f92a386f550c3c4f123c
Author: Regina Obe <lr at pcorp.us>
Date: Thu Feb 24 14:17:05 2022 -0500
make clean does not work after configure
Change bessies to run make distclean instead of make clean.
diff --git a/ci/bessie/postgis_regress.sh b/ci/bessie/postgis_regress.sh
index 425fe868f..76853cb68 100644
--- a/ci/bessie/postgis_regress.sh
+++ b/ci/bessie/postgis_regress.sh
@@ -6,7 +6,7 @@ set -e
export PATH=${PATH}:/usr/local:/usr/local/lib:/usr/local/bin
sh autogen.sh
./configure --with-projdir=/usr/local --with-libiconv=/usr/local --without-interrupt-tests
-make clean
+make distclean
make
export PGUSER=postgres
export PGIS_REG_TMPDIR=~/tmp/pgis_reg_${BRANCH}
diff --git a/ci/bessie32/postgis_regress.sh b/ci/bessie32/postgis_regress.sh
index c373611e5..5e1f5b6ed 100644
--- a/ci/bessie32/postgis_regress.sh
+++ b/ci/bessie32/postgis_regress.sh
@@ -9,7 +9,7 @@ CXX=g++8 \
CXXFLAGS="-O2 -pipe -fstack-protector-strong -Wl,-rpath=/usr/local/lib/gcc8 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=/usr/local/lib/gcc8" \
CFLAGS="-Wall -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-trunc" \
./configure --with-libiconv=/usr/local --without-interrupt-tests
-make clean
+make distclean
make
export PGUSER=postgres
export PGIS_REG_TMPDIR=~/tmp/pgis_reg_${BRANCH}
-----------------------------------------------------------------------
Summary of changes:
ci/bessie/postgis_regress.sh | 2 +-
ci/bessie32/postgis_regress.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list