Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Nov 2010 03:58:12 +0000 (UTC)
From:      "David E. O'Brien" <obrien@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r215606 - head/sys
Message-ID:  <201011210358.oAL3wCNg035837@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: obrien
Date: Sun Nov 21 03:58:11 2010
New Revision: 215606
URL: http://svn.freebsd.org/changeset/base/215606

Log:
  Add lex and yacc sources to things cscope'd.

Modified:
  head/sys/Makefile

Modified: head/sys/Makefile
==============================================================================
--- head/sys/Makefile	Sun Nov 21 03:56:41 2010	(r215605)
+++ head/sys/Makefile	Sun Nov 21 03:58:11 2010	(r215606)
@@ -34,7 +34,7 @@ cscope.out: ${.CURDIR}/cscope.files
 
 ${.CURDIR}/cscope.files: .PHONY
 	cd ${.CURDIR}; \
-		find ${CSCOPEDIRS} -name "*.[chSs]" -a -type f > ${.TARGET}
+		find ${CSCOPEDIRS} -name "*.[chSsly]" -a -type f > ${.TARGET}
 
 cscope-clean:
 	rm -f cscope.files cscope.out cscope.in.out cscope.po.out



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