mirror of
https://github.com/git/git.git
synced 2026-03-13 10:23:30 +01:00
Avoid TAGS/tags warning from GNU Make
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
2
Makefile
2
Makefile
@@ -1848,6 +1848,7 @@ info:
|
||||
pdf:
|
||||
$(MAKE) -C Documentation pdf
|
||||
|
||||
ifeq (,$(findstring MINGW,$(uname_S)))
|
||||
TAGS:
|
||||
$(RM) TAGS
|
||||
$(FIND) . -name '*.[hcS]' -print | xargs etags -a
|
||||
@@ -1855,6 +1856,7 @@ TAGS:
|
||||
tags:
|
||||
$(RM) tags
|
||||
$(FIND) . -name '*.[hcS]' -print | xargs ctags -a
|
||||
endif
|
||||
|
||||
cscope:
|
||||
$(RM) cscope*
|
||||
|
||||
Reference in New Issue
Block a user