[SCM] PostGIS branch stable-3.3 updated. 3.3.4-26-g1ba9c4f66
git at osgeo.org
git at osgeo.org
Mon Oct 30 11:29:12 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 1ba9c4f66876f49ce64741ea7643876f35f6c14e (commit)
from f01a765575ed6bd33e5cf05e2ac6d3182b610ac6 (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 1ba9c4f66876f49ce64741ea7643876f35f6c14e
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 7fde6cc67..680ba08a7 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