summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-07-05 10:32:30 +0200
committerJim Meyering <meyering@redhat.com>2011-07-05 10:32:30 +0200
commit29757e0e9014e2b1ed26fac4228e849c3728bc32 (patch)
tree50c6eef83c9cfd8bd137dcfb899d9d1e95afbdbf /Makefile
parent00a195984d09dcd5ac84866740d35ad322f2578b (diff)
downloadgnulib-29757e0e9014e2b1ed26fac4228e849c3728bc32.tar.gz
maint: exempt stdio-read.c and stdio-write.c from the cppi check
* Makefile (sc_cpp_indent_check): Exempt stdio-read.c and stdio-write.c per Bruno's request, to accommodate this idiom (no space after "#") even when the function is inside an #if block: char * gets (char *s) #undef gets { ... }
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fcc73f6a38..4722647ec3 100644
--- a/Makefile
+++ b/Makefile
@@ -105,7 +105,7 @@ sc_cpp_indent_check:
$$(cd ./modules; grep -ilrE '(meyering|blake)' .) \
| sort -u \
| grep '\.c$$' \
- | grep -v '/getloadavg\.c$$' \
+ | grep -vE '/(stdio-(read|write)|getloadavg)\.c$$' \
| xargs cppi -c
# Ensure that the list of symbols checked for by the