summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPer Fransson <per.xx.fransson@stericsson.com>2011-01-28 15:31:33 +0100
committerMichael BRANDT <michael.brandt@stericsson.com>2011-01-31 10:22:47 +0100
commit9e96f8f6484449cabd53cbef4613f816d120e287 (patch)
treea636b5d91c45f48792f8387bcaae00af6e8ef96b
parentbcdbd06d56d37533190e3f50c40c0e417fb61aa4 (diff)
Don't cscope symlinks. cscope doesn't like them
ST-Ericsson ID: - Change-Id: Ia578aac003204392564a74860966a959ad82117b Signed-off-by: Per Fransson <per.xx.fransson@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/13917 Reviewed-by: QATOOLS Reviewed-by: Michael BRANDT <michael.brandt@stericsson.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0f6c8861c..1a4de3da0 100644
--- a/Makefile
+++ b/Makefile
@@ -413,7 +413,7 @@ etags:
etags -a -o $(obj)etags `find $(TAG_SUBDIRS) \
-name '*.[chS]' -print`
cscope:
- find $(TAG_SUBDIRS) -name '*.[chS]' -print > cscope.files
+ find $(TAG_SUBDIRS) -name '*.[chS]' -not -type l -print > cscope.files
cscope -b -q -k
SYSTEM_MAP = \