[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0rc1-6-ga05989263
git at osgeo.org
git at osgeo.org
Tue Aug 8 01:50:51 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 a05989263dcb62b77ac5740f1b8ea2a025b9c9df (commit)
from 07c0f1b746b827a75b43429b1730b8fc68f4f699 (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 a05989263dcb62b77ac5740f1b8ea2a025b9c9df
Author: Sandro Santilli <strk at kbt.io>
Date: Tue Aug 8 10:50:29 2023 +0200
Control order in which raster subtargets are built
References #5467
diff --git a/raster/Makefile.in b/raster/Makefile.in
index 401723346..4cb93e082 100644
--- a/raster/Makefile.in
+++ b/raster/Makefile.in
@@ -23,7 +23,11 @@ CC=@CC@
CFLAGS=-I../liblwgeom @CFLAGS@
LDFLAGS = @LDFLAGS@
-all: @RT_CORE_LIB@ @RT_PG_LIB@ @RT_LOADER@ @RT_POSTGIS_SQL@
+all:
+ $(MAKE) @RT_CORE_LIB@
+ $(MAKE) @RT_PG_LIB@
+ $(MAKE) @RT_LOADER@
+ $(MAKE) @RT_POSTGIS_SQL@
with_pg = @RT_PG_LIB@
-----------------------------------------------------------------------
Summary of changes:
raster/Makefile.in | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list