mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-18 02:39:46 +00:00
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(-)
This commit is contained in:
parent
8b2aad9f00
commit
472756d364
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user