[geos-commits] [SCM] GEOS branch master updated. a2fc78f764ec5edfc6b37b1ec9480de21f6bc0ef

git at osgeo.org git at osgeo.org
Thu Feb 28 05:51:10 PST 2019


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 "GEOS".

The branch, master has been updated
       via  a2fc78f764ec5edfc6b37b1ec9480de21f6bc0ef (commit)
      from  16223128458ab5a546fcbe92c2c85d1141af9542 (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 a2fc78f764ec5edfc6b37b1ec9480de21f6bc0ef
Author: Even Rouault <even.rouault at spatialys.com>
Date:   Thu Feb 28 14:29:05 2019 +0100

    make check: fix whitespace detection for out-of-tree builds
    
    If doing 'make check' from a 'build' subdirectory, it currently checks
    for extra whitespace in files in this directory instead of the top
    directory.

diff --git a/Makefile.am b/Makefile.am
index 8a2176a..de7728f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -67,7 +67,7 @@ valgrindcheck:
 .PHONY: geos_revision.h
 
 check-local:
-	! find . -name '*.cpp' -o -name '*.h' | \
+	! find $(srcdir) -name '*.cpp' -o -name '*.h' | \
 		grep -v tests/xmltester/tinyxml | \
 		grep -v include/geos/algorithm/ttmath | \
 		xargs grep -n '[[:space:]]$$'

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

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


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list