1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-06-02 11:46:11 +02:00

Merge branch 'sb/sparse-more'

* sb/sparse-more:
  Makefile: Cover more files with make check
This commit is contained in:
Junio C Hamano 2011-04-01 17:50:20 -07:00
commit 82d861f9d6

View File

@ -2162,7 +2162,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; \