summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Korsgaard2009-04-17 15:53:07 +0200
committerPeter Korsgaard2009-04-17 15:53:07 +0200
commita767c8bdf7ccfa6a0f90e8d88321ef750a6ab387 (patch)
treed42ca1c7776c286bafb9b79a82f24f747f41b885 /Makefile
parentsqlite: bump version (diff)
downloadbuildroot-a767c8bdf7ccfa6a0f90e8d88321ef750a6ab387.tar.gz
buildroot-a767c8bdf7ccfa6a0f90e8d88321ef750a6ab387.tar.xz
buildroot-a767c8bdf7ccfa6a0f90e8d88321ef750a6ab387.zip
Makefile: distclean: remove correct dirs
Remove toolchain build dir, and don't try to remove the non-existing include dir. Also don't explicitly remove the kernel image located in binaries as we're already removing that dir.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index ed8c2610e..065378766 100644
--- a/Makefile
+++ b/Makefile
@@ -402,9 +402,8 @@ distclean:
ifeq ($(DL_DIR),$(BASE_DIR)/dl)
rm -rf $(DL_DIR)
endif
- rm -rf $(BUILD_DIR) $(PROJECT_BUILD_DIR) $(BINARIES_DIR) \
- $(LINUX_KERNEL) $(BASE_DIR)/include \
- .config.cmd
+ rm -rf $(TOOL_BUILD_DIR) $(BUILD_DIR) $(PROJECT_BUILD_DIR) $(BINARIES_DIR) \
+ .config.cmd
$(MAKE) -C $(CONFIG) clean
sourceball: