diff Makefile @ 14382:c19d2aef45e7

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/.
author Jim Meyering <meyering@redhat.com>
date Tue, 22 Feb 2011 16:51:29 +0100
parents 6359f8b57ad2
children e29883807ecf
line wrap: on
line diff
--- a/Makefile	Tue Feb 22 08:28:31 2011 -0700
+++ b/Makefile	Tue Feb 22 16:51:29 2011 +0100
@@ -46,12 +46,12 @@
 	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