Merge branch 'sb/sparse-more' into next

* sb/sparse-more:
  Makefile: Cover more files with make check
This commit is contained in:
Junio C Hamano
2011-03-23 16:12:11 -07:00

View File

@@ -2164,7 +2164,7 @@ check-sha1:: test-sha1$X
check: common-cmds.h
if sparse; \
then \
for i in *.c; \
for i in $(patsubst %.o, %.c, $(GIT_OBJS)); \
do \
sparse $(ALL_CFLAGS) $(SPARSE_FLAGS) $$i || exit; \
done; \