[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-108-g55aa90628

git at osgeo.org git at osgeo.org
Sat Sep 17 03:17:20 PDT 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  55aa90628a9f4d233dbe90b55cf0e621f7f98a3d (commit)
      from  25b6fa5e78d258424d0e7795db9e746d8df71bef (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 55aa90628a9f4d233dbe90b55cf0e621f7f98a3d
Author: Sandro Santilli <strk at kbt.io>
Date:   Sat Sep 17 12:16:59 2022 +0200

    Fix distclean --without-raster

diff --git a/GNUmakefile.in b/GNUmakefile.in
index 1e93ecae8..50c2313ac 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -94,6 +94,10 @@ distclean-local: clean-local
 	rm -f config.log config.cache config.status
 	rm -f postgis_config.h
 	rm -f libtool
+	if test -z "@RASTER@"; then \
+		$(MAKE) -C raster/rt_pg distclean; \
+		rm -f raster/Makefile; \
+	fi
 
 maintainer-clean-local: distclean-local
 	rm -f configure
diff --git a/configure.ac b/configure.ac
index 764e3c51a..634628f0d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1531,6 +1531,7 @@ if test "x$with_raster" != "xno"; then
 	AC_SUBST([RT_POSTGIS_SQL])
 
 	RT_MAKEFILE_LIST="
+		extensions/postgis_raster/Makefile \
 		raster/Makefile \
 		raster/rt_core/Makefile \
 		raster/rt_pg/Makefile \
@@ -1734,7 +1735,6 @@ dnl echo "TRANSLATIONS_MAKEFILE_LIST: ${TRANSLATIONS_MAKEFILE_LIST}"
 AC_CONFIG_FILES([GNUmakefile
    extensions/Makefile
    extensions/postgis/Makefile
-   extensions/postgis_raster/Makefile
    extensions/postgis_topology/Makefile
    extensions/postgis_tiger_geocoder/Makefile
    extensions/address_standardizer/Makefile

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

Summary of changes:
 GNUmakefile.in | 4 ++++
 configure.ac   | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list