2
0
Эх сурвалжийг харах

build: use CCACHE_DIR for ccache directory

It is being set by rules.mk with the same expression.

Signed-off-by: Sven Wegener <[email protected]>
Sven Wegener 5 жил өмнө
parent
commit
01653fe3c7
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -64,7 +64,7 @@ dirclean: clean
 
 
 cacheclean:
 cacheclean:
 ifneq ($(CONFIG_CCACHE),)
 ifneq ($(CONFIG_CCACHE),)
-	rm -rf $(if $(call qstrip,$(CONFIG_CCACHE_DIR)),$(call qstrip,$(CONFIG_CCACHE_DIR)),$(TOPDIR)/.ccache)
+	rm -rf $(CCACHE_DIR)
 endif
 endif
 
 
 ifndef DUMP_TARGET_DB
 ifndef DUMP_TARGET_DB