summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2015-03-29 11:56:21 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-03-29 13:35:25 +0200
commitad24d833058e443fdd62c7f409b4c00d5c3f7c0e (patch)
treefc2a83cf6d2d9dc9aff353eed73823d9f0f30051 /Makefile
parent9c820091d1a1813e6de4016ea510a047847f9648 (diff)
downloadbuildroot-ad24d833058e443fdd62c7f409b4c00d5c3f7c0e.tar.gz
buildroot-ad24d833058e443fdd62c7f409b4c00d5c3f7c0e.zip
distclean: clean a bit more
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 33a89b1572..edb122b87d 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:'
OpenPOWER on IntegriCloud