summaryrefslogtreecommitdiffstats
path: root/sys/Makefile
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2012-12-02 20:51:24 +0000
committerrpaulo <rpaulo@FreeBSD.org>2012-12-02 20:51:24 +0000
commitc0faf97a59398737334962f520ad1ed0141f989f (patch)
treeee7afa808066620594c6ccfa2fb69e9ce6c2bfcc /sys/Makefile
parentcfaced30ff5310a9e419442e7e0887e7bc72937f (diff)
downloadFreeBSD-src-c0faf97a59398737334962f520ad1ed0141f989f.zip
FreeBSD-src-c0faf97a59398737334962f520ad1ed0141f989f.tar.gz
Run cscope with the -v parameter to make it more user-friendly.
Diffstat (limited to 'sys/Makefile')
-rw-r--r--sys/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/Makefile b/sys/Makefile
index 74068d1..ca06522 100644
--- a/sys/Makefile
+++ b/sys/Makefile
@@ -38,7 +38,7 @@ HTAGSFLAGS+= -at `awk -F= '/^RELEASE *=/{release=$2}; END {print "FreeBSD", rele
# You need the devel/cscope port for this.
cscope: cscope.out
cscope.out: ${.CURDIR}/cscope.files
- cd ${.CURDIR}; cscope -k -buq -p4
+ cd ${.CURDIR}; cscope -k -buq -p4 -v
${.CURDIR}/cscope.files: .PHONY
cd ${.CURDIR}; \
OpenPOWER on IntegriCloud