summaryrefslogtreecommitdiff
path: root/kconfig
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-09-28 10:35:55 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-09-28 10:35:55 (GMT)
commit472756d3644e1eb15e4cc1d3a72407c1f60b9311 (patch)
treece7b8d8bc77749c0cbecac42d9ca68b3860110c0 /kconfig
parent8b2aad9f00bf2b3d5efb9861e91ad90296ec8033 (diff)
Don't remove files that are no longer generated whne cleaning in kconfig/ .
/trunk/kconfig/kconfig.mk | 1 0 1 0 - 1 file changed, 1 deletion(-)
Diffstat (limited to 'kconfig')
-rw-r--r--kconfig/kconfig.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/kconfig/kconfig.mk b/kconfig/kconfig.mk
index 25b4856..ac0f7a0 100644
--- a/kconfig/kconfig.mk
+++ b/kconfig/kconfig.mk
@@ -179,7 +179,6 @@ $(obj)/conf: $(SHIPPED) $(CT_LIB_DIR)/kconfig/conf.c \
clean::
@rm -f $(CT_TOP_DIR)/kconfig/{,m}conf
- @rm -f $(SHIPPED)
@rmdir --ignore-fail-on-non-empty $(CT_TOP_DIR)/kconfig 2>/dev/null || true
@rm -f $(CT_TOP_DIR)/config 2>/dev/null || true
@rm -rf $(CT_TOP_DIR)/config.gen