[postgis-tickets] [SCM] PostGIS branch stable-3.4 updated. 3.4.0-13-gf75b7886a

git at osgeo.org git at osgeo.org
Mon Sep 4 10:14:24 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  f75b7886abdf70325c6a012e20be08f0239cb597 (commit)
      from  7482288336f6f159951e6ccf02ddaaf1fd077cfd (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 f75b7886abdf70325c6a012e20be08f0239cb597
Author: Sandro Santilli <strk at kbt.io>
Date:   Fri Sep 1 10:59:10 2023 +0200

    Make sure the expected/ dir is created in build tree
    
    Closes #5522 in 3.4 branch (3.4.1dev)

diff --git a/extensions/address_standardizer/Makefile.in b/extensions/address_standardizer/Makefile.in
index dc13a272a..0941ed562 100644
--- a/extensions/address_standardizer/Makefile.in
+++ b/extensions/address_standardizer/Makefile.in
@@ -58,6 +58,7 @@ PG_CPPFLAGS = @CFLAGS@ @CPPFLAGS@ -DPCRE_VERSION=@PCRE_VERSION@
 SHLIB_LINK = @SHLIB_LINK@ @PCRE_LDFLAGS@
 EXTRA_CLEAN = sql/ usps-st-city-name.txt mk-st-regexp mk-city-regex test_main
 REGRESS = test-init-extensions test-parseaddress test-standardize_address_1 test-standardize_address_2 test-debug_standardize_address
+
 sql:
 	mkdir -p $@
 
diff --git a/extensions/postgis_tiger_geocoder/Makefile.in b/extensions/postgis_tiger_geocoder/Makefile.in
index 49c8a975a..516b52882 100644
--- a/extensions/postgis_tiger_geocoder/Makefile.in
+++ b/extensions/postgis_tiger_geocoder/Makefile.in
@@ -43,6 +43,7 @@ endif
 all: sql/$(EXTENSION)_pre.sql sql/$(EXTENSION)--$(EXTVERSION).sql sql/$(EXTENSION)--unpackaged--$(EXTVERSION).sql sql/$(EXTENSION)--ANY--$(EXTVERSION).sql sql/test-normalize_address.sql sql/test-pagc_normalize_address.sql expected/test-normalize_address.out expected/test-pagc_normalize_address.out sql/test-upgrade.sql expected/test-upgrade.out
 
 
+.PHONY: expected
 expected:
 	mkdir -p $@
 

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

Summary of changes:
 extensions/address_standardizer/Makefile.in   | 1 +
 extensions/postgis_tiger_geocoder/Makefile.in | 1 +
 2 files changed, 2 insertions(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list