From 7e1bc3bdd19e270d6672160ed1b90b9e176292e6 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 22 Feb 2011 16:51:29 +0100 Subject: 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/. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.1