[U-Boot] [PATCH RESEND] 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
--- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile index a2f5569b9c14..ac132a926db3 100644 --- a/Makefile +++ b/Makefile @@ -1426,7 +1426,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 #

On Thu, Aug 18, 2016 at 09:46:09AM +0530, Vignesh R wrote:
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
Applied to u-boot/master, thanks!
participants (2)
-
Tom Rini
-
Vignesh R