[SCM] PostGIS branch master updated. 3.4.0rc1-724-ga5e9fc112

git at osgeo.org git at osgeo.org
Mon Oct 30 11:28:02 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, master has been updated
       via  a5e9fc1124d0de4d6994e5572fd66b1c78fc7af9 (commit)
      from  0c3a732d9f5e874186d6cd7b46bddaceb15ef121 (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 a5e9fc1124d0de4d6994e5572fd66b1c78fc7af9
Author: Sandro Santilli <strk at kbt.io>
Date:   Mon Oct 30 19:27:08 2023 +0100

    Fix distclean
    
    Thanks gitlab-ci for catching this:
    https://gitlab.com/postgis/postgis/-/jobs/5389961540#L4275

diff --git a/extensions/Makefile.in b/extensions/Makefile.in
index 8811aea28..6510dd82a 100644
--- a/extensions/Makefile.in
+++ b/extensions/Makefile.in
@@ -42,7 +42,7 @@ all: $(SCRIPTS_BUILT)
 
 distclean: distclean-local
 
-distclean-local:
+distclean-local: clean-local
 	rm -f Makefile
 
 check check-unit check-regress:

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

Summary of changes:
 extensions/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list