From 667b300924ee13a2c99aa6a3b0a08aaf5a3b6751 Mon Sep 17 00:00:00 2001 From: Matt Derksen Date: Fri, 5 Oct 2018 16:52:38 -0500 Subject: 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 Tested-by: Jenkins OP Build CI Reviewed-by: Daniel M. Crowell --- src/build/mkrules/cscope.rules.mk | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/build/mkrules/cscope.rules.mk') 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: -- cgit v1.2.1