]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Makefile: help people who run 'make check' by mistake
authorJunio C Hamano <gitster@pobox.com>
Tue, 11 Nov 2008 21:12:17 +0000 (13:12 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 11 Nov 2008 21:12:17 +0000 (13:12 -0800)
commit912f9980d233961c48a225cce2657f165c98c8ae
treeed0e2c02660304a1dcdb31d8c97ddffca937f423
parent5bcce8494a2ee09250404b8b086cbd62f9506703
Makefile: help people who run 'make check' by mistake

The target to run self test is 'make test', but there are people who try
'make check' and worse yet do not have sparse installed.

Suggest 'make test' target when they do not have 'sparse'.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile