[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-558-g80cf6f983

git at osgeo.org git at osgeo.org
Thu Feb 17 09:37:14 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  80cf6f9836cc7fe957cc2e87401b5eeaf709ea67 (commit)
      from  67aac2acc9af57ed023fc05e87b11ef0b16fa96d (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 80cf6f9836cc7fe957cc2e87401b5eeaf709ea67
Author: Sandro Santilli <strk at kbt.io>
Date:   Thu Feb 17 18:37:03 2022 +0100

    Clean more on "distclean"

diff --git a/GNUmakefile.in b/GNUmakefile.in
index 70391fada..6a3308cd9 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -91,6 +91,7 @@ distclean-local: clean-local
 	rm -f GNUmakefile
 	rm -f config.log config.cache config.status
 	rm -f postgis_config.h
+	rm -f libtool
 
 maintainer-clean-local: distclean-local
 	rm -f configure
diff --git a/postgis/Makefile.in b/postgis/Makefile.in
index 94ce32218..5415a538f 100644
--- a/postgis/Makefile.in
+++ b/postgis/Makefile.in
@@ -262,6 +262,7 @@ uninstall_legacy.sql: legacy.sql ../utils/create_undef.pl
 
 distclean: clean
 	rm -f Makefile
+	rm -f sqldefines.h
 
 check-unit:
 
diff --git a/regress/Makefile.in b/regress/Makefile.in
index 05e0c7df0..3d227fb5e 100644
--- a/regress/Makefile.in
+++ b/regress/Makefile.in
@@ -65,6 +65,7 @@ clean:
 distclean: clean
 	rm -f Makefile
 	rm -f core/Makefile
+	rm -f core/tests.mk
 	rm -f loader/Makefile
 	rm -f dumper/Makefile
 

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

Summary of changes:
 GNUmakefile.in      | 1 +
 postgis/Makefile.in | 1 +
 regress/Makefile.in | 1 +
 3 files changed, 3 insertions(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list