public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] Makefile: add a symbol link tags for ctags
@ 2015-05-04 13:26 Du Huanpeng
  2015-05-10 14:09 ` [U-Boot] " Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Du Huanpeng @ 2015-05-04 13:26 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Du Huanpeng <u74147@gmail.com>
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index bd4abab..68eff1a 100644
--- a/Makefile
+++ b/Makefile
@@ -1228,6 +1228,7 @@ FINDFLAGS := -L
 tags ctags:
 		ctags -w -o ctags `$(FIND) $(FINDFLAGS) $(TAG_SUBDIRS) \
 						-name '*.[chS]' -print`
+		ln -s ctags tags
 
 etags:
 		etags -a -o etags `$(FIND) $(FINDFLAGS) $(TAG_SUBDIRS) \
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] Makefile: add a symbol link tags for ctags
  2015-05-04 13:26 [U-Boot] [PATCH] Makefile: add a symbol link tags for ctags Du Huanpeng
@ 2015-05-10 14:09 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2015-05-10 14:09 UTC (permalink / raw)
  To: u-boot

On Mon, May 04, 2015 at 06:26:53AM -0700, Du Huanpeng wrote:

> Signed-off-by: Du Huanpeng <u74147@gmail.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150510/a2f115ff/attachment.sig>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-05-10 14:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-04 13:26 [U-Boot] [PATCH] Makefile: add a symbol link tags for ctags Du Huanpeng
2015-05-10 14:09 ` [U-Boot] " Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox