From: Artem Bityutskiy Date: Fri, 8 Apr 2011 12:09:43 +0000 (+0300) Subject: mtd-utils: Makefile: introduce cscope target X-Git-Tag: v1.4.5~164 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=9f85a1204fd2f55455224637b1ce9a1df5ae1205;p=mtd-utils.git mtd-utils: Makefile: introduce cscope target 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 --- diff --git a/Makefile b/Makefile index 1f264e9..6a65258 100644 --- a/Makefile +++ b/Makefile @@ -64,3 +64,6 @@ install:: ${TARGETS} ${SCRIPTS} tests:: $(MAKE) -C $(TESTS) + +cscope: + cscope -bR