X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=openwrt%2Ftoolchain%2Fccache%2Fccache.mk;fp=openwrt%2Ftoolchain%2Fccache%2Fccache.mk;h=cafdcd3d5d1f2191528d86c92ba22ac56f3e6927;hb=6331e0d599b67379c2bee1d584cf42ab94e9fc9e;hp=e2fdd71cc16eaf732ec9ae49c111f8c61bb6ed17;hpb=c774a728f37181d400e26edfcc15e4d3e6510249;p=openwrt-10.03%2F.git diff --git a/openwrt/toolchain/ccache/ccache.mk b/openwrt/toolchain/ccache/ccache.mk index e2fdd71cc..cafdcd3d5 100644 --- a/openwrt/toolchain/ccache/ccache.mk +++ b/openwrt/toolchain/ccache/ccache.mk @@ -83,7 +83,7 @@ ccache-clean: $(MAKE) -C $(CCACHE_DIR1) uninstall -$(MAKE) -C $(CCACHE_DIR1) clean -ccache-dirclean: +ccache-toolclean: rm -rf $(CCACHE_DIR1) @@ -147,5 +147,5 @@ ccache_target-clean: rm -f $(TARGET_DIR)/$(CCACHE_TARGET_BINARY) -$(MAKE) -C $(CCACHE_DIR2) clean -ccache_target-dirclean: +ccache_target-toolclean: rm -rf $(CCACHE_DIR2)