Remove cscope files on `make clean`.

---
Index: qemu/Makefile
===================================================================
RCS file: /sources/qemu/qemu/Makefile,v
retrieving revision 1.119
diff -u -r1.119 Makefile
--- qemu/Makefile       20 May 2007 10:54:50 -0000      1.119
+++ qemu/Makefile       23 May 2007 03:19:24 -0000
@@ -42,6 +42,7 @@
 # avoid old build problems by removing potentially incorrect old files
        rm -f config.mak config.h op-i386.h opc-i386.h gen-op-i386.h op-arm.h 
opc-arm.h gen-op-arm.h 
        rm -f *.o *.a $(TOOLS) dyngen$(EXESUF) TAGS *.pod *~ */*~
+       rm -f cscope.*
        $(MAKE) -C tests clean
        for d in $(TARGET_DIRS); do \
        $(MAKE) -C $$d $@ || exit 1 ; \


--
Regards,
George


Reply via email to