qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] build system: clean qemu-options.texi and gdbstub-xml.c
@ 2009-04-02 20:04 Jan Kiszka
  2009-04-05 17:41 ` Anthony Liguori
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Kiszka @ 2009-04-02 20:04 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 999 bytes --]

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---

 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 #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 257 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] [PATCH] build system: clean qemu-options.texi and gdbstub-xml.c
  2009-04-02 20:04 [Qemu-devel] [PATCH] build system: clean qemu-options.texi and gdbstub-xml.c Jan Kiszka
@ 2009-04-05 17:41 ` Anthony Liguori
  0 siblings, 0 replies; 2+ messages in thread
From: Anthony Liguori @ 2009-04-05 17:41 UTC (permalink / raw)
  To: qemu-devel

Jan Kiszka wrote:
> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
>   

Applied.  Thanks.

Regards,

Anthony Liguori

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-04-05 17:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-02 20:04 [Qemu-devel] [PATCH] build system: clean qemu-options.texi and gdbstub-xml.c Jan Kiszka
2009-04-05 17:41 ` Anthony Liguori

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).