[SCM] PostGIS branch master updated. 3.4.0rc1-956-g8f341b2a9

git at osgeo.org git at osgeo.org
Thu Feb 29 02:35:26 PST 2024


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  8f341b2a9650b84f3ade64900f0891433145073c (commit)
      from  8a41ae8f4bf7fe533f16bda1a998e61a460ed211 (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 8f341b2a9650b84f3ade64900f0891433145073c
Author: Sandro Santilli <strk at kbt.io>
Date:   Thu Feb 29 11:34:23 2024 +0100

    Fix clean of liblwgeom/topo dir
    
    Continuation of 963416f2faef21d3461937ed208fca048dd3ab6a
    Spotted by https://gitlab.com/postgis/postgis/-/jobs/6285117192

diff --git a/liblwgeom/Makefile.in b/liblwgeom/Makefile.in
index 2ad702f00..2b51a8b20 100644
--- a/liblwgeom/Makefile.in
+++ b/liblwgeom/Makefile.in
@@ -204,6 +204,7 @@ clean:
 	rm -f $(LT_OBJS) $(SA_OBJS) $(NM_OBJS)
 	rm -f liblwgeom.la
 	rm -rf .libs
+	rm -rf topo/.libs
 
 distclean: clean
 	$(MAKE) -C cunit distclean

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

Summary of changes:
 liblwgeom/Makefile.in | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list