From: Stefan Weil Date: Thu, 25 Jul 2013 16:24:58 +0000 (+0200) Subject: Makefile: Remove some more files when cleaning X-Git-Tag: v1.7.0-rc0~104^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8b6bfc771133caec7b1579c2bfa8838aec58e249;p=thirdparty%2Fqemu.git Makefile: Remove some more files when cleaning Signed-off-by: Stefan Weil Signed-off-by: Michael Tokarev --- diff --git a/Makefile b/Makefile index 362fe3e66e3..f6da5fe4701 100644 --- a/Makefile +++ b/Makefile @@ -236,7 +236,8 @@ clean: find . -name '*.[oda]' -type f -exec rm -f {} + find . -name '*.l[oa]' -type f -exec rm -f {} + rm -f $(filter-out %.tlb,$(TOOLS)) $(HELPERS-y) qemu-ga TAGS cscope.* *.pod *~ */*~ - rm -Rf .libs + rm -f fsdev/*.pod + rm -rf .libs */.libs rm -f qemu-img-cmds.h @# May not be present in GENERATED_HEADERS rm -f trace/generated-tracers-dtrace.dtrace* @@ -261,6 +262,7 @@ qemu-%.tar.bz2: distclean: clean rm -f config-host.mak config-host.h* config-host.ld $(DOCS) qemu-options.texi qemu-img-cmds.texi qemu-monitor.texi rm -f config-all-devices.mak config-all-disas.mak + rm -f po/*.mo rm -f roms/seabios/config.mak roms/vgabios/config.mak rm -f qemu-doc.info qemu-doc.aux qemu-doc.cp qemu-doc.cps qemu-doc.dvi rm -f qemu-doc.fn qemu-doc.fns qemu-doc.info qemu-doc.ky qemu-doc.kys