From c4082cf75bf60201988fb4d26141b553bb0cd3b1 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Wed, 30 Dec 2009 08:45:53 +0100 Subject: [PATCH] fixed issue with image-clean tag --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.26.2