mirror of
https://github.com/git/git.git
synced 2025-03-19 17:08:37 +00:00
Do not let errors pass by unnoticed when running `make check'.
[jc: originally from Amos Waterland.] Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
9a26dbd120
commit
773b633943
2
Makefile
2
Makefile
@ -449,7 +449,7 @@ test-delta$X: test-delta.c diff-delta.o patch-delta.o
|
||||
$(CC) $(ALL_CFLAGS) -o $@ $(ALL_LDFLAGS) $^
|
||||
|
||||
check:
|
||||
for i in *.c; do sparse $(ALL_CFLAGS) $(SPARSE_FLAGS) $$i; done
|
||||
for i in *.c; do sparse $(ALL_CFLAGS) $(SPARSE_FLAGS) $$i || exit; done
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user