[SCM] PostGIS branch master updated. 3.6.0rc2-204-gf4bd2e175

git at osgeo.org git at osgeo.org
Sat Nov 15 11:53:34 PST 2025


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  f4bd2e175f23d28607431e12b21f5964ad738a26 (commit)
      from  956489eec3f47a15ff5fb90c2f25b8a6ecae1399 (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 f4bd2e175f23d28607431e12b21f5964ad738a26
Author: Regina Obe <lr at pcorp.us>
Date:   Sat Nov 15 14:52:54 2025 -0500

    Remove generated files in distclean target
    Author: Bas Couwenberg
    Closes #6019 for PostGIS 3.7.0

diff --git a/postgis/Makefile.in b/postgis/Makefile.in
index 67feb698d..03955ba39 100644
--- a/postgis/Makefile.in
+++ b/postgis/Makefile.in
@@ -268,6 +268,7 @@ uninstall_legacy.sql: legacy.sql ../utils/create_uninstall.pl
 distclean: clean
 	rm -f Makefile
 	rm -f sqldefines.h
+	if [ -e "cunit/Makefile" ]; then make -C cunit distclean; fi
 
 check-unit:
 

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list