[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-604-ge3d6a2357

git at osgeo.org git at osgeo.org
Thu Feb 24 19:57:11 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  e3d6a2357286acb4cc5e52c77b1e7e82e00bc00c (commit)
      from  347afc5f257acf7b57384ef56ed6a5fd8e27d485 (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 e3d6a2357286acb4cc5e52c77b1e7e82e00bc00c
Author: Regina Obe <lr at pcorp.us>
Date:   Thu Feb 24 22:57:06 2022 -0500

    Get rid of make distclean

diff --git a/ci/bessie/postgis_regress.sh b/ci/bessie/postgis_regress.sh
index 76853cb68..b0ce03507 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 distclean
+#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 5e1f5b6ed..ac2cc3569 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 distclean
+#make distclean
 make
 export PGUSER=postgres
 export PGIS_REG_TMPDIR=~/tmp/pgis_reg_${BRANCH}
diff --git a/ci/winnie/build_postgis.sh b/ci/winnie/build_postgis.sh
index 1cb87bbb8..b88a9ff38 100644
--- a/ci/winnie/build_postgis.sh
+++ b/ci/winnie/build_postgis.sh
@@ -116,9 +116,9 @@ echo PORT IS $PGPORT
 echo PGIS_REG_TMPDIR IS $PGIS_REG_TMPDIR
 export XSLTPROCFLAGS=
 cd ${POSTGIS_SRC}
-if [ -e ./GNUMakefile ]; then
-	make distclean
-fi
+# if [ -e ./GNUMakefile ]; then
+# 	make distclean
+# fi
 
 sh autogen.sh
 
diff --git a/ci/winnie/regress_postgis.sh b/ci/winnie/regress_postgis.sh
index 38a66d8a6..fcd90703a 100644
--- a/ci/winnie/regress_postgis.sh
+++ b/ci/winnie/regress_postgis.sh
@@ -173,7 +173,7 @@ LDFLAGS="-L${PGPATH}/lib -L${PROJECTS}/gdal/rel-${GDAL_VER}w${OS_BUILD}${GCC_TYP
 fi;
 
 
-make distclean
+#make distclean
 
 #patch liblwgeom generated make to get rid of dynamic linking
 #sed -i 's/LDFLAGS += -no-undefined//g' liblwgeom/Makefile

-----------------------------------------------------------------------

Summary of changes:
 ci/bessie/postgis_regress.sh   | 2 +-
 ci/bessie32/postgis_regress.sh | 2 +-
 ci/winnie/build_postgis.sh     | 6 +++---
 ci/winnie/regress_postgis.sh   | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list