[postgis-tickets] [SCM] PostGIS branch out-of-tree-builds updated. 3.2.0-311-geed6de3d6
git at osgeo.org
git at osgeo.org
Wed Jan 19 14:18:10 PST 2022
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, out-of-tree-builds has been updated
via eed6de3d6734da9ac35d53e8092241c450212827 (commit)
from a30769a031d66a1eba1c3c422b2808d90e7f04ee (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 eed6de3d6734da9ac35d53e8092241c450212827
Author: Sandro Santilli <strk at kbt.io>
Date: Wed Jan 19 23:15:53 2022 +0100
Ensure sql/ dir is created before writing to it
diff --git a/extensions/postgis_raster/Makefile.in b/extensions/postgis_raster/Makefile.in
index f5c34c0ac..faf85ac52 100644
--- a/extensions/postgis_raster/Makefile.in
+++ b/extensions/postgis_raster/Makefile.in
@@ -77,7 +77,7 @@ sql/$(EXTENSION)--$(EXTVERSION).sql: $(EXTENSION_SCRIPTS) | sql
printf '\\echo Use "CREATE EXTENSION $(EXTENSION)" to load this file. \\quit\n' > $@
cat $^ >> $@
-sql/$(EXTENSION)--unpackaged.sql: Makefile
+sql/$(EXTENSION)--unpackaged.sql: Makefile | sql
echo "-- Nothing to do here" > $@
sql/$(EXTENSION)--unpackaged--$(EXTVERSION).sql: $(EXTENSION_UNPACKAGED_UPGRADE_SCRIPTS) | ../../utils/create_unpackaged.pl sql/$(EXTENSION)--ANY--$(EXTVERSION).sql Makefile sql
-----------------------------------------------------------------------
Summary of changes:
extensions/postgis_raster/Makefile.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list