distclean: clean a bit more
authorYann E. MORIN <yann.morin.1998@free.fr>
Sun, 29 Mar 2015 09:56:21 +0000 (11:56 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 29 Mar 2015 11:35:25 +0000 (13:35 +0200)
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Makefile

index 33a89b1572ddf3113517a78361a83549eb04fa1f..edb122b87d06fb4784c815a175c405ae9d5d12a2 100644 (file)
--- 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:'