From: Vignesh R <vigneshr@ti.com>
Date: Thu, 18 Aug 2016 04:16:09 +0000 (+0530)
Subject: Makefile: Remove tags file on mrproper
X-Git-Tag: v2025.01-rc5-pxa1908~8688
X-Git-Url: http://git.dujemihanovic.xyz/img/static/html/index.html?a=commitdiff_plain;h=68a2fd43578ca2f5a533f253df86f2f688e3b299;p=u-boot.git

Makefile: Remove tags file on mrproper

make tags creates a symbolic link called tags to ctags. Remove this file
on make mrproper or make distclean.

Signed-off-by: Vignesh R <vigneshr@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
---

diff --git a/Makefile b/Makefile
index aa2ec711a1..162574332b 100644
--- a/Makefile
+++ b/Makefile
@@ -1427,7 +1427,7 @@ CLEAN_FILES += include/bmp_logo.h include/bmp_logo_data.h include/license.h \
 MRPROPER_DIRS  += include/config include/generated spl tpl \
 		  .tmp_objdiff
 MRPROPER_FILES += .config .config.old include/autoconf.mk* include/config.h \
-		  ctags etags TAGS cscope* GPATH GTAGS GRTAGS GSYMS
+		  ctags etags tags TAGS cscope* GPATH GTAGS GRTAGS GSYMS
 
 # clean - Delete most, but leave enough to build external modules
 #