summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDu Huanpeng <u74147@gmail.com>2015-05-04 06:26:53 -0700
committerTom Rini <trini@konsulko.com>2015-05-10 09:59:37 -0400
commit74d339bef94e879b2da6ef3c7aaa6e2b96c52b33 (patch)
tree959ae7c946d54b1e098c5d057af6c7aa87a7783c /Makefile
parente0320b746a784cb31dc0faa882e4b4bf16d0be4f (diff)
downloadtalos-obmc-uboot-74d339bef94e879b2da6ef3c7aaa6e2b96c52b33.tar.gz
talos-obmc-uboot-74d339bef94e879b2da6ef3c7aaa6e2b96c52b33.zip
Makefile: add a symbol link tags for ctags
Signed-off-by: Du Huanpeng <u74147@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 24503ac672..cecb8fa067 100644
--- a/Makefile
+++ b/Makefile
@@ -1272,6 +1272,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) \
OpenPOWER on IntegriCloud