зеркало из https://github.com/microsoft/git.git
Make check target depend on common-cmds.h
This fixes sparse complaining about a missing include file if 'make check' is run on clean sources. Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx> Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Родитель
3a2d3e8678
Коммит
7c4c9f4cd9
2
Makefile
2
Makefile
|
@ -818,7 +818,7 @@ test-sha1$X: test-sha1.o $(GITLIBS)
|
|||
check-sha1:: test-sha1$X
|
||||
./test-sha1.sh
|
||||
|
||||
check:
|
||||
check: common-cmds.h
|
||||
for i in *.c; do sparse $(ALL_CFLAGS) $(SPARSE_FLAGS) $$i || exit; done
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче