]> www.infradead.org Git - mtd-utils.git/commitdiff
mtd-utils: Makefile: introduce cscope target
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Fri, 8 Apr 2011 12:09:43 +0000 (15:09 +0300)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Fri, 8 Apr 2011 12:09:43 +0000 (15:09 +0300)
Add a "cscope" target to make it easier to develop in the repository.
Indeed, many people like me are accustomed to "make cscope" in the
kernel, and it is very convenient to have this in mtd-utils as well.

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Makefile

index 1f264e93158e5293114ef2c9f1e78366ab589b8b..6a65258afb5facdca7c7d17dd167cabbe9501390 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -64,3 +64,6 @@ install:: ${TARGETS} ${SCRIPTS}
 
 tests::
        $(MAKE) -C $(TESTS)
+
+cscope:
+       cscope -bR