[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-603-g347afc5f2

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

    Change winnie to run make distclean instead of make clean

diff --git a/ci/winnie/regress_postgis.sh b/ci/winnie/regress_postgis.sh
index b6115d8be..38a66d8a6 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 clean
+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/winnie/regress_postgis.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list