[geos-commits] [SCM] GEOS branch master updated. 9eb81524a0619b71d095dc0b54a7fafa70722b4a

git at osgeo.org git at osgeo.org
Thu Jun 14 06:13:40 PDT 2018


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  9eb81524a0619b71d095dc0b54a7fafa70722b4a (commit)
      from  5eca48f4097054d0b2218ab2f6b7d817b6a9b0d6 (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 9eb81524a0619b71d095dc0b54a7fafa70722b4a
Author: Sandro Santilli <strk at kbt.io>
Date:   Thu Jun 14 15:13:09 2018 +0200

    Better skip external sources from checking blanks
    
    Patch by Bas Couwenberg
    Closes #888

diff --git a/Makefile.am b/Makefile.am
index 071ce80..e4a8a20 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -67,5 +67,5 @@ valgrindcheck:
 
 check-local:
 	! find . -name '*.cpp' -o -name '*.h' | \
-		grep -v ^./tests/xmltester/tinyxml | \
+		grep -v tests/xmltester/tinyxml | \
 		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