summaryrefslogtreecommitdiffstats
path: root/src/build/mkrules/cscope.rules.mk
diff options
context:
space:
mode:
authorMatt Derksen <mderkse1@us.ibm.com>2018-10-05 16:52:38 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-10-06 20:24:54 -0500
commit667b300924ee13a2c99aa6a3b0a08aaf5a3b6751 (patch)
treea4a9ada506bf84ab687d8b66d0ebb72083c382a6 /src/build/mkrules/cscope.rules.mk
parent93192aff25f4df076c810cc3502d1dd066173d5b (diff)
downloadtalos-hostboot-667b300924ee13a2c99aa6a3b0a08aaf5a3b6751.tar.gz
talos-hostboot-667b300924ee13a2c99aa6a3b0a08aaf5a3b6751.zip
Fix cscope segfault problem
Remove -q option as this option leads to a segfault on obj/modules/testfapi2/testfapi2.C User will see this: /bin/sh: line 2: 10942 Segmentation fault cscope -bqk Change-Id: If4d6264351605e2313ce481a07f501e5cdec4fdf Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/67113 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
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