cleaner cleaning

This commit is contained in:
Lance Vick 2023-02-12 16:57:02 -08:00
parent b37af6de09
commit f281f726e1
Signed by: lrvick
GPG Key ID: 8E47A1EC35A1551D
2 changed files with 3 additions and 2 deletions

View File

@ -10,11 +10,12 @@ default: \
.PHONY: clean
clean: toolchain
rm -rf $(OUT_DIR) $(CACHE_DIR)/buildroot-ccache || :
rm -rf $(CACHE_DIR)/buildroot-ccache
$(call toolchain,$(USER)," \
cd $(FETCH_DIR)/buildroot; \
make clean; \
")
$(MAKE) toolchain-clean
.PHONY: mrproper
mrproper:

@ -1 +1 @@
Subproject commit 4a4d61f1b7f126310e618b1fb5fe3ae9aad7f592
Subproject commit 770c4add580c19ed9d9ead6a2ac765a397cb889c