From c960a2ad1d80c303378c32996b8dbb03ca0cb0df Mon Sep 17 00:00:00 2001 From: Rui Paulo Date: Sun, 2 Dec 2012 20:51:24 +0000 Subject: [PATCH] Run cscope with the -v parameter to make it more user-friendly. --- sys/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/Makefile b/sys/Makefile index 74068d1425e..ca065226965 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}; \