X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=Makefile;h=e18bc18608a171158aa268a90553804fa088cc22;hb=87046e87e2298759d14de2438bdaca7491c17776;hp=24f5955c906652e62880bf2c001de32d0c065219;hpb=2ca084ccaae619ac8031e902c66817d021ac6fd5;p=openwrt%2Fstaging%2Fhauke.git diff --git a/Makefile b/Makefile index 24f5955c90..e18bc18608 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,6 @@ -# Makefile for OpenWrt +# SPDX-License-Identifier: GPL-2.0-only # # Copyright (C) 2007 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# TOPDIR:=${CURDIR} LC_ALL:=C @@ -64,7 +60,7 @@ dirclean: clean cacheclean: ifneq ($(CONFIG_CCACHE),) - rm -rf $(if $(call qstrip,$(CONFIG_CCACHE_DIR)),$(call qstrip,$(CONFIG_CCACHE_DIR)),$(TOPDIR)/.ccache) + $(STAGING_DIR_HOST)/bin/ccache -C endif ifndef DUMP_TARGET_DB