From: Jose V Beneyto Date: Wed, 30 Dec 2009 07:45:53 +0000 (+0100) Subject: fixed issue with image-clean tag X-Git-Url: http://gitweb/?a=commitdiff_plain;h=c4082cf75bf60201988fb4d26141b553bb0cd3b1;p=kernel%2Fj72x.git fixed issue with image-clean tag --- diff --git a/Makefile b/Makefile index de5936a..a0eecc7 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,7 @@ all: image modules map clean: image-clean modules-clean map-clean distclean: clean image-distclean modules-distclean map-distclean + rm -vrf $(WORK)/linux-$(KERNEL_VERSION) $(WORK)/linux-$(KERNEL_VERSION): config-$(KERNEL_VERSION) git clone $(GIT_REPOSITORY) $(WORK)/linux-$(KERNEL_VERSION) @@ -40,7 +41,7 @@ $(WORK)/zImage-$(KERNEL_VERSION): $(WORK)/linux-$(KERNEL_VERSION) image: $(WORK)/zImage-$(KERNEL_VERSION) image-clean: - rm -vrf $(WORK)/linux-$(KERNEL_VERSION) $(WORK)/zImage-$(KERNEL_VERSION) + rm -vf $(WORK)/zImage-$(KERNEL_VERSION) image-distclean: image-clean