Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Dec 2012 20:51:24 +0000 (UTC)
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r243796 - head/sys
Message-ID:  <201212022051.qB2KpO4e058733@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rpaulo
Date: Sun Dec  2 20:51:24 2012
New Revision: 243796
URL: http://svnweb.freebsd.org/changeset/base/243796

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

Modified:
  head/sys/Makefile

Modified: head/sys/Makefile
==============================================================================
--- head/sys/Makefile	Sun Dec  2 18:57:02 2012	(r243795)
+++ head/sys/Makefile	Sun Dec  2 20:51:24 2012	(r243796)
@@ -38,7 +38,7 @@ HTAGSFLAGS+= -at `awk -F= '/^RELEASE *=/
 # 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}; \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212022051.qB2KpO4e058733>