mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-21 21:57:48 +00:00
Fix distclean.
This commit is contained in:
parent
9311633718
commit
caab647ef2
@ -95,7 +95,7 @@ $(obj)/conf:: $(SHIPPED) $(CT_LIB_DIR)/kconfig/conf.c
|
||||
|
||||
clean::
|
||||
@rm -f $(CT_TOP_DIR)/kconfig/{,m}conf
|
||||
@rmdir --ignore-fail-on-non-empty $(CT_TOP_DIR)/kconfig
|
||||
@rmdir --ignore-fail-on-non-empty $(CT_TOP_DIR)/kconfig 2>/dev/null || true
|
||||
@rm -f $(CT_TOP_DIR)/config
|
||||
@rm -rf $(CT_TOP_DIR)/config.gen
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user