[SCM] PostGIS branch stable-3.3 updated. 3.3.4-28-gfee1b4012

git at osgeo.org git at osgeo.org
Mon Oct 30 15:50:29 PDT 2023


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, stable-3.3 has been updated
       via  fee1b4012369ca970d41cec3c5e40cae9e5a906a (commit)
      from  511c46904c3f66fa9aa65ebbee22ed9bceb494d3 (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 fee1b4012369ca970d41cec3c5e40cae9e5a906a
Author: Sandro Santilli <strk at kbt.io>
Date:   Mon Oct 30 23:34:01 2023 +0100

    Provide rules to build uninstall scripts
    
    Closes #5599

diff --git a/utils/Makefile.in b/utils/Makefile.in
index 781f8cc47..212ca7c38 100644
--- a/utils/Makefile.in
+++ b/utils/Makefile.in
@@ -61,6 +61,21 @@ DROP_FILES = \
 	$(top_builddir)/raster/rt_pg/uninstall_rtpostgis.sql \
 	$(top_builddir)/topology/uninstall_topology.sql
 
+$(top_builddir)/postgis/uninstall_postgis.sql:
+	$(MAKE) -C ../postgis uninstall_postgis.sql
+
+$(top_builddir)/postgis/uninstall_legacy.sql:
+	$(MAKE) -C ../postgis uninstall_legacy.sql
+
+$(top_builddir)/sfcgal/uninstall_sfcgal.sql:
+	$(MAKE) -C ../sfcgal uninstall_sfcgal.sql
+
+$(top_builddir)/raster/rt_pg/uninstall_rtpostgis.sql:
+	$(MAKE) -C ../raster/rt_pg uninstall_rtpostgis.sql
+
+$(top_builddir)/topology/uninstall_topology.sql:
+	$(MAKE) -C ../topology/ uninstall_topology.sql
+
 postgis_restore_data.hardcoded: postgis_restore.pl.in Makefile
 	sed -e '1,/^__END__/d' $< \
 		| sort -u \

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

Summary of changes:
 utils/Makefile.in | 15 +++++++++++++++
 1 file changed, 15 insertions(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list