]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Quiet make: do not leave Windows behind
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Sun, 31 May 2009 16:15:16 +0000 (18:15 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 1 Jun 2009 07:08:27 +0000 (00:08 -0700)
commit900a5d075e8b48025439966dc3863189874bae3b
tree89aabb8c1fb63e2fd63feec2fb2e5e6338a76551
parentf90cf2b9203e81e3a2b70b15480628e9189b7e60
Quiet make: do not leave Windows behind

On Windows, we have to check whether there are scripts which would
override .exe files, but this check missed the "quietification".
Make now prints 'BUILTIN all' instead of a long chain of 'test || rm'
commands.

[spr: added clarification what make will print. ]

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Steffen Prohaska <prohaska@zib.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile