summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>2009-04-05 17:40:50 +0000
committeraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>2009-04-05 17:40:50 +0000
commit016c62c81bf0f434f3213d69962add45ebd4df24 (patch)
tree2c7a5ee3612fb31c571a0ae365ae0c2e350470eb
parent0d00e56353a061b182196b922d33dd0ca60d8442 (diff)
downloadhqemu-016c62c81bf0f434f3213d69962add45ebd4df24.zip
hqemu-016c62c81bf0f434f3213d69962add45ebd4df24.tar.gz
build system: clean qemu-options.texi and gdbstub-xml.c (Jan Kiszka)
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6980 c046a42c-6fe2-441c-8c8c-71466251a162
-rw-r--r--Makefile2
-rw-r--r--Makefile.target2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 37c7182..50914c4 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 ec366a7..353ba6c 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -744,7 +744,7 @@ qemu-options.h: $(SRC_PATH)/qemu-options.hx
$(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
OpenPOWER on IntegriCloud