From: Peter Korsgaard Date: Sat, 31 May 2008 07:27:47 +0000 (-0000) Subject: distclean: Don't delete $(IMAGE) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=db8eecfceace15ba015f602b2a9b35482fbc875e;p=buildroot.git distclean: Don't delete $(IMAGE) There is not much point in deleting $(IMAGE) as the entire binaries dir is removed. Furthermore, $(IMAGE) is a prefix rather than a file name. --- diff --git a/Makefile b/Makefile index 95f1a0fd2a..b6622b12df 100644 --- a/Makefile +++ b/Makefile @@ -362,7 +362,7 @@ ifeq ($(DL_DIR),$(BASE_DIR)/dl) rm -rf $(DL_DIR) endif rm -rf $(BUILD_DIR) $(PROJECT_BUILD_DIR) $(BINARIES_DIR) \ - $(LINUX_KERNEL) $(IMAGE) $(BASE_DIR)/include \ + $(LINUX_KERNEL) $(BASE_DIR)/include \ .config.cmd $(MAKE) -C $(CONFIG) clean