зеркало из https://github.com/microsoft/git.git
Merge branch 'sb/sparse-more'
* sb/sparse-more: Makefile: Cover more files with make check
This commit is contained in:
Коммит
82d861f9d6
2
Makefile
2
Makefile
|
@ -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; \
|
||||
|
|
Загрузка…
Ссылка в новой задаче