[Buildroot] svn commit: [26133] trunk/buildroot

jacmet at uclibc.org jacmet at uclibc.org
Fri Apr 17 13:53:07 UTC 2009


Author: jacmet
Date: 2009-04-17 13:53:07 +0000 (Fri, 17 Apr 2009)
New Revision: 26133

Log:
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.

Modified:
   trunk/buildroot/Makefile


Changeset:
Modified: trunk/buildroot/Makefile
===================================================================
--- trunk/buildroot/Makefile	2009-04-17 13:52:51 UTC (rev 26132)
+++ trunk/buildroot/Makefile	2009-04-17 13:53:07 UTC (rev 26133)
@@ -402,9 +402,8 @@
 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:




More information about the buildroot mailing list