From 9e96f8f6484449cabd53cbef4613f816d120e287 Mon Sep 17 00:00:00 2001 From: Per Fransson Date: Fri, 28 Jan 2011 15:31:33 +0100 Subject: Don't cscope symlinks. cscope doesn't like them ST-Ericsson ID: - Change-Id: Ia578aac003204392564a74860966a959ad82117b Signed-off-by: Per Fransson Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/13917 Reviewed-by: QATOOLS Reviewed-by: Michael BRANDT --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = \ -- cgit v1.2.3