qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] build system: clean qemu-options.texi and gdbstub-x


From: Jan Kiszka
Subject: [Qemu-devel] [PATCH] build system: clean qemu-options.texi and gdbstub-xml.c
Date: Thu, 02 Apr 2009 22:04:43 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); de; rv:1.8.1.12) Gecko/20080226 SUSE/2.0.0.12-1.1 Thunderbird/2.0.0.12 Mnenhy/0.7.5.666

Signed-off-by: Jan Kiszka <address@hidden>
---

 Makefile        |    2 +-
 Makefile.target |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 2bee52c..84437a0 100644
--- a/Makefile
+++ b/Makefile
@@ -219,7 +219,7 @@ clean:
         done
 
 distclean: clean
-       rm -f config-host.mak config-host.h $(DOCS)
+       rm -f config-host.mak config-host.h $(DOCS) qemu-options.texi
        rm -f qemu-{doc,tech}.{info,aux,cp,dvi,fn,info,ky,log,pg,toc,tp,vr}
        for d in $(TARGET_DIRS); do \
        rm -rf $$d || exit 1 ; \
diff --git a/Makefile.target b/Makefile.target
index e855dc3..ebc83a5 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -754,7 +754,7 @@ qemu-options.h: $(SRC_PATH)/qemu-options.hx
        sh $(SRC_PATH)/hxtool -h < $< > $@
 
 clean:
-       rm -f *.o *.a *~ $(PROGS) nwfpe/*.o fpu/*.o qemu-options.h
+       rm -f *.o *.a *~ $(PROGS) nwfpe/*.o fpu/*.o qemu-options.h gdbstub-xml.c
        rm -f *.d */*.d tcg/*.o
 
 install: all

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]