]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Makefile: Remove tags file on mrproper
authorVignesh R <vigneshr@ti.com>
Thu, 18 Aug 2016 04:16:09 +0000 (09:46 +0530)
committerTom Rini <trini@konsulko.com>
Sat, 20 Aug 2016 18:03:27 +0000 (14:03 -0400)
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>
Makefile

index aa2ec711a16edbdf55dffb22ea5ff38acccaf6f1..162574332b5f046518fb98aef45035f5bfcd595e 100644 (file)
--- 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
 #