提交 6688bc6d 编写于 作者: B bellard

cscope rule


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1541 c046a42c-6fe2-441c-8c8c-71466251a162
上级 bc3fc8da
...@@ -84,6 +84,11 @@ test speed test2: all ...@@ -84,6 +84,11 @@ test speed test2: all
TAGS: TAGS:
etags *.[ch] tests/*.[ch] etags *.[ch] tests/*.[ch]
cscope:
rm -f ./cscope.*
find . -name "*.[ch]" -print > ./cscope.files
cscope -b
# documentation # documentation
%.html: %.texi %.html: %.texi
texi2html -monolithic -number $< texi2html -monolithic -number $<
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册