[Buildroot] [PATCH] Makefile: remove toolchainfile.cmake on 'make clean'

Sven Neumann s.neumann at raumfeld.com
Mon Feb 20 16:11:36 UTC 2012


Signed-off-by: Sven Neumann <s.neumann at raumfeld.com>
---
 Makefile |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 428084b..25bb8f2 100644
--- a/Makefile
+++ b/Makefile
@@ -626,7 +626,8 @@ endif
 
 clean:
 	rm -rf $(STAGING_DIR) $(TARGET_DIR) $(BINARIES_DIR) $(HOST_DIR) \
-		$(STAMP_DIR) $(BUILD_DIR) $(TOOLCHAIN_DIR) $(BASE_DIR)/staging
+		$(STAMP_DIR) $(BUILD_DIR) $(TOOLCHAIN_DIR) \
+		$(BASE_DIR)/staging $(BASE_DIR)/toolchainfile.cmake
 
 distclean: clean
 ifeq ($(DL_DIR),$(TOPDIR)/dl)
-- 
1.7.5.4



More information about the buildroot mailing list