* Makefile (sc_cpp_indent_check): Anchor cd argument.
Signed-off-by: Eric Blake <eblake@redhat.com>
2011-02-22 Eric Blake <eblake@redhat.com>
+ maint: avoid any CDPATH issue
+ * Makefile (sc_cpp_indent_check): Anchor cd argument.
+
maint: adjust cpp indentation for my modules, as well
* Makefile (sc_cpp_indent_check): Add my name.
* lib/fbufmode.c: Filter through cppi.
exit 1; } || :; \
else :; fi
-# Verify that certain (for now, only Jim Meyering's) lib/**.c files
-# are consistently cpp indented.
+# Verify that certain (for now, only Jim Meyering and Eric Blake's)
+# lib/**.c files are consistently cpp indented.
sc_cpp_indent_check:
./gnulib-tool --extract-filelist \
- $$(cd modules; grep -ilrE '(meyering|blake)' .) \
+ $$(cd ./modules; grep -ilrE '(meyering|blake)' .) \
| sort -u \
| grep 'lib/.*\.c$$' \
| grep -v '/getloadavg\.c$$' \