From: Cyrill Gorcunov <gorcunov@gmail.com>
To: trinity@vger.kernel.org
Cc: Cyrill Gorcunov <gorcunov@gmail.com>
Subject: [PATCH 1/4] make: Add cscope target
Date: Fri, 25 Oct 2013 01:39:25 +0400 [thread overview]
Message-ID: <1382650768-30954-2-git-send-email-gorcunov@gmail.com> (raw)
In-Reply-To: <1382650768-30954-1-git-send-email-gorcunov@gmail.com>
Just another source indexing system which might
be preferred over tags.
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
---
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
next prev parent reply other threads:[~2013-10-24 21:39 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-24 21:39 [PATCH 0/4] Teach trinity to not use some sockets family Cyrill Gorcunov
2013-10-24 21:39 ` Cyrill Gorcunov [this message]
2013-10-24 21:39 ` [PATCH 2/4] log: Add BUG_ON helper Cyrill Gorcunov
2013-10-24 21:39 ` [PATCH 3/4] params: Add parsing of -f|--fds option Cyrill Gorcunov
2013-10-24 21:39 ` [PATCH 4/4] sockets: Take into account socket families disabled when generating sockets Cyrill Gorcunov
2013-10-25 7:48 ` [PATCH 0/4] Teach trinity to not use some sockets family Cyrill Gorcunov
2013-10-31 19:49 ` Dave Jones
2013-10-31 20:05 ` Cyrill Gorcunov
2013-10-31 20:20 ` Dave Jones
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1382650768-30954-2-git-send-email-gorcunov@gmail.com \
--to=gorcunov@gmail.com \
--cc=trinity@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox