mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 06:12:01 +01:00
Run cscope with the -v parameter to make it more user-friendly.
This commit is contained in:
parent
047838e45a
commit
c960a2ad1d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=243796
@ -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 New Issue
Block a user