Skip to content

Commit

Permalink
Merge branch 'sb/sparse-more'
Browse files Browse the repository at this point in the history
* sb/sparse-more:
  Makefile: Cover more files with make check
  • Loading branch information
Junio C Hamano committed Apr 2, 2011
2 parents 142c945 + 52d269d commit 82d861f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
Expand Down

0 comments on commit 82d861f

Please sign in to comment.