diff options
author | Vignesh R <vigneshr@ti.com> | 2016-08-18 09:46:09 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-08-20 14:03:27 -0400 |
commit | 68a2fd43578ca2f5a533f253df86f2f688e3b299 (patch) | |
tree | 0b0391750599f10c469493ca1137fbba9a57dbf0 /Makefile | |
parent | 4ed6f4318be9fff2df344ba7ac678736c4b6f3d6 (diff) |
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>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 # |