Re: [PATCH] kbuild/tags.sh: use cscope -q option for building symbol db

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, 2015-04-16 at 12:14 -0700, Jesse Barnes wrote:
> This takes up a bit more disk space, but really improves symbol lookup
> performance.
> 
> Signed-off-by: Jesse Barnes <jbarnes@xxxxxxxxxxxxxxxx>
> ---
>  scripts/tags.sh | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/scripts/tags.sh b/scripts/tags.sh
> index cdb491d..bb35d83 100755
> --- a/scripts/tags.sh
> +++ b/scripts/tags.sh
> @@ -142,7 +142,7 @@ all_defconfigs()
>  docscope()
>  {
>  	(echo \-k; echo \-q; all_target_sources) > cscope.files

There's an "echo -q" there.

> -	cscope -b -f cscope.out
> +	cscope -q -b -f cscope.out
>  }
>  
>  dogtags()

man cscope tells me:
    The -I, -c, -k, -p, -q, and -T options can also be in the cscope.files file

Doesn't the above do that correctly?


Paul Bolle

--
To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux&nblp;USB Development]     [Linux Media]     [Video for Linux]     [Linux Audio Users]     [Yosemite Secrets]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux