projects
/
postgis
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e63c859
)
Guard .proto file for not getting trailing blanks
author
Sandro Santilli
<strk@kbt.io>
Wed, 27 Sep 2017 05:46:56 +0000
(
05:46
+0000)
committer
Sandro Santilli
<strk@kbt.io>
Wed, 27 Sep 2017 05:46:56 +0000
(
05:46
+0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@15845
b70326c6
-7e19-0410-871a-
916f4a2858ee
GNUmakefile.in
patch
|
blob
|
history
diff --git
a/GNUmakefile.in
b/GNUmakefile.in
index 878548e5982f1df67d88572dbb1c3a331334a4fc..be777d37df2701d6a609b521d648db4ff0cd010b 100644
(file)
--- a/
GNUmakefile.in
+++ b/
GNUmakefile.in
@@
-38,7
+38,7
@@
test: check
check: all docs-check check-no-trailing-blanks
check-no-trailing-blanks:
- ! find . -name '*.c' -o -name '*.h' | \
+ ! find . -name '*.c' -o -name '*.h'
-o -name '*.proto'
| \
grep -v lwin_wkt_lex.c | \
grep -v lwin_wkt_parse | \
grep -v vector_tile.pb-c | \