[Ocfs2-tools-commits] smushran commits r393 - trunk/fsck.ocfs2

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Nov 11 18:02:31 CST 2004


Author: smushran
Date: 2004-11-11 18:02:29 -0600 (Thu, 11 Nov 2004)
New Revision: 393

Added:
   trunk/fsck.ocfs2/Cscope.make
Log:
Added Cscope.make

Added: trunk/fsck.ocfs2/Cscope.make
===================================================================
--- trunk/fsck.ocfs2/Cscope.make	2004-11-12 00:01:30 UTC (rev 392)
+++ trunk/fsck.ocfs2/Cscope.make	2004-11-12 00:02:29 UTC (rev 393)
@@ -0,0 +1,8 @@
+.PHONY: cscope
+cscope:
+	rm -f cscope.*
+	echo "-k" >> cscope.files
+	echo "-I include" >> cscope.files
+	find . -maxdepth 2 -name '*.c' -print >>cscope.files
+	find . -maxdepth 2 -name '*.h' -print >>cscope.files
+	cscope -b



More information about the Ocfs2-tools-commits mailing list