* [Qemu-devel] [PATCH} automation of cscope tag file
@ 2005-07-15 19:37 Mulyadi Santosa
0 siblings, 0 replies; only message in thread
From: Mulyadi Santosa @ 2005-07-15 19:37 UTC (permalink / raw)
To: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 237 bytes --]
hello everyone
Here is a small patch to be applied for qemu 0.7.0. The patch adds a
functionality to automatically generate cscope tag file. It assumes
that cscope has been installed properly and is included on PATH
regards
Mulyadi
[-- Attachment #2: qemu-cscope.diff --]
[-- Type: text/x-diff, Size: 354 bytes --]
--- Makefile.orig 2005-04-28 03:52:05.000000000 +0700
+++ Makefile 2005-07-16 02:34:28.000000000 +0700
@@ -127,6 +127,11 @@
$(docdir)/qemu-tech.html \
$(mandir)/man1/qemu.1 $(mandir)/man1/qemu-img.1 )
+cscope:
+ rm -f ./cscope.*
+ find . -name "*.[ch]" -print > ./cscope.files
+ cscope -b
+
ifneq ($(wildcard .depend),)
include .depend
endif
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-07-15 19:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-15 19:37 [Qemu-devel] [PATCH} automation of cscope tag file Mulyadi Santosa
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).