author | Junio C Hamano <gitster@pobox.com> | |
Tue, 28 Sep 2010 21:08:38 +0000 (16:08 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 29 Sep 2010 20:27:50 +0000 (13:27 -0700) | ||
commit | 2f76919517e98bb5e979d6c8c7bbc3478a066a21 | |
tree | b61ab2592132cb6f8f62de1ee6ddad05c6d19910 | tree | snapshot |
parent | 9ec26eb7cd7767faffac9bac5e22ede0d25e20e3 | commit | diff |
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>
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 | diff | blob | history |