[U-Boot] [PATCH] 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile index 99cc8cf2f701..d1ad6c685442 100644 --- a/Makefile +++ b/Makefile @@ -1418,7 +1418,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 Mon, Aug 01, 2016 at 02:41:08PM +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

On Monday 01 August 2016 09:53 PM, Tom Rini wrote:
On Mon, Aug 01, 2016 at 02:41:08PM +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
Gentle ping... I don't see this patch in patchworks. So, just want to make sure that this patch does not fall through the cracks.

On Wed, Aug 17, 2016 at 10:51:52AM +0530, Vignesh R wrote:
On Monday 01 August 2016 09:53 PM, Tom Rini wrote:
On Mon, Aug 01, 2016 at 02:41:08PM +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
Gentle ping... I don't see this patch in patchworks. So, just want to make sure that this patch does not fall through the cracks.
This did get lost, can you please re-send it with my Reviewed-by? Thanks!

On Wednesday 17 August 2016 06:19 PM, Tom Rini wrote:
On Wed, Aug 17, 2016 at 10:51:52AM +0530, Vignesh R wrote:
On Monday 01 August 2016 09:53 PM, Tom Rini wrote:
On Mon, Aug 01, 2016 at 02:41:08PM +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
Gentle ping... I don't see this patch in patchworks. So, just want to make sure that this patch does not fall through the cracks.
This did get lost, can you please re-send it with my Reviewed-by? Thanks!
I have resent the patch: https://patchwork.ozlabs.org/patch/660317/
participants (2)
-
Tom Rini
-
Vignesh R