[SCM] PostGIS branch stable-3.4 updated. 3.4.0-60-g2516ed21b
git at osgeo.org
git at osgeo.org
Mon Oct 30 11:28:40 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.4 has been updated
via 2516ed21bef5de664847daf5400a0520bfd70ed3 (commit)
from fafdbc36d2f549f80810bc70e79026cf05f28943 (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 2516ed21bef5de664847daf5400a0520bfd70ed3
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