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}; \
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to