]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
MinGW: avoid collisions between "tags" and "TAGS"
authorJunio C Hamano <gitster@pobox.com>
Tue, 28 Sep 2010 21:08:38 +0000 (16:08 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 29 Sep 2010 20:27:50 +0000 (13:27 -0700)
commit2f76919517e98bb5e979d6c8c7bbc3478a066a21
treeb61ab2592132cb6f8f62de1ee6ddad05c6d19910
parent9ec26eb7cd7767faffac9bac5e22ede0d25e20e3
MinGW: avoid collisions between "tags" and "TAGS"

On case insensitive filesystems, "tags" and "TAGS" target will try to
overwrite the same file.  Allow MinGW to use "ETAGS" instead.

These two targets do produce real files; do not put them on .PHONY target
list.

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