Run cscope with the -v parameter to make it more user-friendly.

This commit is contained in:
Rui Paulo 2012-12-02 20:51:24 +00:00
parent 047838e45a
commit c960a2ad1d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=243796

View File

@ -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}; \