[Buildroot] [git commit] distclean: clean a bit more

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sun Mar 29 11:35:25 UTC 2015


commit: http://git.buildroot.net/buildroot/commit/?id=ad24d833058e443fdd62c7f409b4c00d5c3f7c0e
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 Makefile |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 33a89b1..edb122b 100644
--- a/Makefile
+++ b/Makefile
@@ -843,7 +843,8 @@ endif
 ifeq ($(O),output)
 	rm -rf $(O)
 endif
-	rm -rf $(BR2_CONFIG) $(CONFIG_DIR)/.config.old $(CONFIG_DIR)/.auto.deps
+	rm -rf $(BR2_CONFIG) $(CONFIG_DIR)/.config.old $(CONFIG_DIR)/..config.tmp \
+		$(CONFIG_DIR)/.auto.deps
 
 help:
 	@echo 'Cleaning:'


More information about the buildroot mailing list