qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [6980] build system: clean qemu-options.texi and gdbstub-xm


From: Anthony Liguori
Subject: [Qemu-devel] [6980] build system: clean qemu-options.texi and gdbstub-xml.c (Jan Kiszka)
Date: Sun, 05 Apr 2009 17:40:51 +0000

Revision: 6980
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6980
Author:   aliguori
Date:     2009-04-05 17:40:50 +0000 (Sun, 05 Apr 2009)
Log Message:
-----------
build system: clean qemu-options.texi and gdbstub-xml.c (Jan Kiszka)

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

Modified Paths:
--------------
    trunk/Makefile
    trunk/Makefile.target

Modified: trunk/Makefile
===================================================================
--- trunk/Makefile      2009-04-05 17:40:46 UTC (rev 6979)
+++ trunk/Makefile      2009-04-05 17:40:50 UTC (rev 6980)
@@ -219,7 +219,7 @@
         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 ; \

Modified: trunk/Makefile.target
===================================================================
--- trunk/Makefile.target       2009-04-05 17:40:46 UTC (rev 6979)
+++ trunk/Makefile.target       2009-04-05 17:40:50 UTC (rev 6980)
@@ -744,7 +744,7 @@
        $(call quiet-command,sh $(SRC_PATH)/hxtool -h < $< > $@,"  GEN   
$(TARGET_DIR)$@")
 
 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





reply via email to

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