[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-906-g270c7aaae

git at osgeo.org git at osgeo.org
Thu May 18 09:30:56 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  270c7aaae55bb23c83760ce0e12e80f53ae1c9d5 (commit)
      from  a5c61af1a38eeb780290a3feafcb871aaa4e6197 (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 270c7aaae55bb23c83760ce0e12e80f53ae1c9d5
Author: Sandro Santilli <strk at kbt.io>
Date:   Thu May 18 16:53:10 2023 +0200

    Fix check rule override warning for sfcgal subdir

diff --git a/sfcgal/Makefile.in b/sfcgal/Makefile.in
index f6e4360fa..0e6424e79 100644
--- a/sfcgal/Makefile.in
+++ b/sfcgal/Makefile.in
@@ -152,5 +152,7 @@ check-regress:
 
 maintainer-clean: distclean
 
-check:
+check: check-regress
+
+check-regress:
 	$(MAKE) -C regress check

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

Summary of changes:
 sfcgal/Makefile.in | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list