Merge branch 'sb/sparse-more'
* sb/sparse-more: Makefile: Cover more files with make check
This commit is contained in:
commit
82d861f9d6
2
Makefile
2
Makefile
@ -2162,7 +2162,7 @@ check-sha1:: test-sha1$X
|
|||||||
check: common-cmds.h
|
check: common-cmds.h
|
||||||
if sparse; \
|
if sparse; \
|
||||||
then \
|
then \
|
||||||
for i in *.c; \
|
for i in $(patsubst %.o, %.c, $(GIT_OBJS)); \
|
||||||
do \
|
do \
|
||||||
sparse $(ALL_CFLAGS) $(SPARSE_FLAGS) $$i || exit; \
|
sparse $(ALL_CFLAGS) $(SPARSE_FLAGS) $$i || exit; \
|
||||||
done; \
|
done; \
|
||||||
|
Loading…
Reference in New Issue
Block a user