From: Marc Fiuczynski Date: Thu, 11 Aug 2005 07:46:13 +0000 (+0000) Subject: fix to have mrproper clean up files properly X-Git-Tag: before-fedora-2_6_18-1_2239_FC5-vs2_0_2_2-rc6-merge~170 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=52b518c078ce6bd8b5b51ad079fe8030675aae71;p=linux-2.6.git fix to have mrproper clean up files properly --- diff --git a/arch/xen/Makefile b/arch/xen/Makefile index fecd91d0e..d1b245813 100644 --- a/arch/xen/Makefile +++ b/arch/xen/Makefile @@ -62,6 +62,7 @@ archclean: @if [ -e arch/xen/arch ]; then $(MAKE) $(clean)=arch/xen/arch; fi; @rm -f arch/xen/arch include/.asm-ignore include/asm-xen/asm @rm -f vmlinux-stripped vmlinuz + @rm -f boot/bzImage define archhelp echo '* vmlinuz - Compressed kernel image'