[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-599-gd5092b08d
git at osgeo.org
git at osgeo.org
Thu Feb 24 02:48:35 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 d5092b08dcdef37a6323ef17c7a2fc7ba5a38153 (commit)
from b36615b4ab5bd235d16621852e41f6a99c822a76 (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 d5092b08dcdef37a6323ef17c7a2fc7ba5a38153
Author: Sandro Santilli <strk at kbt.io>
Date: Wed Feb 23 21:57:26 2022 +0100
Remove loader/postgis on make clean
diff --git a/loader/Makefile.in b/loader/Makefile.in
index e2fafdfc3..f67a25e25 100644
--- a/loader/Makefile.in
+++ b/loader/Makefile.in
@@ -176,7 +176,7 @@ check-unit:
clean:
rm -rf .libs
- rm -f *.o $(SHP2PGSQL-CLI) $(PGSQL2SHP-CLI) $(GTK_WIN32_RES) $(SHP2PGSQL-GUI)
+ rm -f *.o $(SHP2PGSQL-CLI) $(PGSQL2SHP-CLI) $(GTK_WIN32_RES) $(SHP2PGSQL-GUI) $(POSTGIS-CLI)
$(MAKE) -C cunit clean
distclean:
-----------------------------------------------------------------------
Summary of changes:
loader/Makefile.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list