[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-600-g25fb3c428

git at osgeo.org git at osgeo.org
Thu Feb 24 02:58:30 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, master has been updated
       via  25fb3c42854d554502c5292086ff5f65cee897c3 (commit)
      from  d5092b08dcdef37a6323ef17c7a2fc7ba5a38153 (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 25fb3c42854d554502c5292086ff5f65cee897c3
Author: Sandro Santilli <strk at kbt.io>
Date:   Thu Feb 24 11:58:07 2022 +0100

    Drop GNUism from top-level Makefile
    
    Should fix Bessie and Debbie

diff --git a/Makefile b/Makefile
index 0c7aa3a61..d27eefbe2 100644
--- a/Makefile
+++ b/Makefile
@@ -27,5 +27,5 @@ configure: configure.ac
 build-dir:
 	mkdir -p build
 
-build/GNUmakefile: configure | build-dir
+build/GNUmakefile: configure build-dir
 	cd build && ../configure

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

Summary of changes:
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list