~wb-munzinger/+junk/ocfs2-tools

« back to all changes in this revision

Viewing changes to mount.ocfs2/Cscope.make

  • Committer: David Weber
  • Date: 2012-01-30 08:42:00 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: wb@munzinger.de-20120130084200-c8cy478mu9fk7tkf
Import upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.PHONY: cscope
 
2
cscope:
 
3
        rm -f cscope.*
 
4
        echo "-k" >> cscope.files
 
5
        echo "-I inc" >> cscope.files
 
6
        find . -name '*.[ch]' >>cscope.files
 
7
        find ../libocfs2/ -name '*.[ch]' >>cscope.files
 
8
        find ../libo2cb/ -name '*.[ch]' >>cscope.files
 
9
        find ../libo2dlm/ -name '*.[ch]' >>cscope.files
 
10
        cscope -b