Commit 016c62c81bf0f434f3213d69962add45ebd4df24
1 parent
0d00e563
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
Showing
2 changed files
with
2 additions
and
2 deletions
Makefile
... | ... | @@ -219,7 +219,7 @@ clean: |
219 | 219 | done |
220 | 220 | |
221 | 221 | distclean: clean |
222 | - rm -f config-host.mak config-host.h $(DOCS) | |
222 | + rm -f config-host.mak config-host.h $(DOCS) qemu-options.texi | |
223 | 223 | rm -f qemu-{doc,tech}.{info,aux,cp,dvi,fn,info,ky,log,pg,toc,tp,vr} |
224 | 224 | for d in $(TARGET_DIRS); do \ |
225 | 225 | rm -rf $$d || exit 1 ; \ | ... | ... |
Makefile.target
... | ... | @@ -744,7 +744,7 @@ qemu-options.h: $(SRC_PATH)/qemu-options.hx |
744 | 744 | $(call quiet-command,sh $(SRC_PATH)/hxtool -h < $< > $@," GEN $(TARGET_DIR)$@") |
745 | 745 | |
746 | 746 | clean: |
747 | - rm -f *.o *.a *~ $(PROGS) nwfpe/*.o fpu/*.o qemu-options.h | |
747 | + rm -f *.o *.a *~ $(PROGS) nwfpe/*.o fpu/*.o qemu-options.h gdbstub-xml.c | |
748 | 748 | rm -f *.d */*.d tcg/*.o |
749 | 749 | |
750 | 750 | install: all | ... | ... |