Commit 6688bc6d04d1249643eb1494794aa649194c9fbb

Authored by bellard
1 parent bc3fc8da

cscope rule


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1541 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 5 additions and 0 deletions
Makefile
@@ -84,6 +84,11 @@ test speed test2: all @@ -84,6 +84,11 @@ test speed test2: all
84 TAGS: 84 TAGS:
85 etags *.[ch] tests/*.[ch] 85 etags *.[ch] tests/*.[ch]
86 86
  87 +cscope:
  88 + rm -f ./cscope.*
  89 + find . -name "*.[ch]" -print > ./cscope.files
  90 + cscope -b
  91 +
87 # documentation 92 # documentation
88 %.html: %.texi 93 %.html: %.texi
89 texi2html -monolithic -number $< 94 texi2html -monolithic -number $<