svn commit: r215606 - head/sys

David E. O'Brien obrien at FreeBSD.org
Sun Nov 21 03:58:12 UTC 2010


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


More information about the svn-src-head mailing list