summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-02-22 16:51:29 +0100
committerJim Meyering <meyering@redhat.com>2011-02-22 16:51:29 +0100
commit7e1bc3bdd19e270d6672160ed1b90b9e176292e6 (patch)
tree48365ce639951fbc30afa09253939ed4384e82b0 /Makefile
parent40ba2143758f833c05cca17b6bc6a28dbe272333 (diff)
downloadgnulib-7e1bc3bdd19e270d6672160ed1b90b9e176292e6.tar.gz
maint: sc_cpp_indent_check: remove the "only in lib/" restriction
* Makefile (sc_cpp_indent_check): Don't limit the check to files in lib/.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 776de73837..9c0d0c3bf4 100644
--- a/Makefile
+++ b/Makefile
@@ -46,12 +46,12 @@ sc_pragma_columns:
else :; fi
# Verify that certain (for now, only Jim Meyering and Eric Blake's)
-# lib/**.c files are consistently cpp indented.
+# *.c files are consistently cpp indented.
sc_cpp_indent_check:
./gnulib-tool --extract-filelist \
$$(cd ./modules; grep -ilrE '(meyering|blake)' .) \
| sort -u \
- | grep 'lib/.*\.c$$' \
+ | grep '\.c$$' \
| grep -v '/getloadavg\.c$$' \
| xargs cppi -c