mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-03 03:26:39 +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::
|
clean::
|
||||||
@rm -f $(CT_TOP_DIR)/kconfig/{,m}conf
|
@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 -f $(CT_TOP_DIR)/config
|
||||||
@rm -rf $(CT_TOP_DIR)/config.gen
|
@rm -rf $(CT_TOP_DIR)/config.gen
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user