mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Run cscope with the -v parameter to make it more user-friendly.
This commit is contained in:
parent
047838e45a
commit
c960a2ad1d
1 changed files with 1 additions and 1 deletions
|
|
@ -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}; \
|
||||
|
|
|
|||
Loading…
Reference in a new issue