Just another source indexing system which might be preferred over tags. Signed-off-by: Cyrill Gorcunov <gorcunov@xxxxxxxxx> --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index b0bdb36..76f078b 100644 --- a/Makefile +++ b/Makefile @@ -125,3 +125,6 @@ coverity: cov-build --dir cov-int make tar czvf trinity-coverity.tgz cov-int +cscope: + @find . -name '*.[hcS]' ! -path './.*' -print > cscope.files + @cscope -bkqu -- 1.8.3.1 -- To unsubscribe from this list: send the line "unsubscribe trinity" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html