summaryrefslogtreecommitdiffstats
path: root/src/build/mkrules/cscope.rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/build/mkrules/cscope.rules.mk')
-rw-r--r--src/build/mkrules/cscope.rules.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/build/mkrules/cscope.rules.mk b/src/build/mkrules/cscope.rules.mk
index 1b71ff071..5dafa5257 100644
--- a/src/build/mkrules/cscope.rules.mk
+++ b/src/build/mkrules/cscope.rules.mk
@@ -5,7 +5,9 @@
#
# OpenPOWER HostBoot Project
#
-# COPYRIGHT International Business Machines Corp. 2013,2014
+# Contributors Listed Below - COPYRIGHT 2013,2018
+# [+] International Business Machines Corp.
+#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -31,7 +33,8 @@ cscope:
$(C2) " CSCOPE"
$(C1)(cd $(ROOTPATH)/obj/cscope ; rm -f cscope.* ; \
find ../../ -name '*.[CHchS]' -type f -fprint cscope.files; \
- cscope -bqk)
+ cscope -bk)
+# removed -q as it caused a segfault in obj/modules/testfapi2/testfapi2.C
.PHONY: ctags
ctags:
OpenPOWER on IntegriCloud