From 6331e0d599b67379c2bee1d584cf42ab94e9fc9e Mon Sep 17 00:00:00 2001 From: wbx Date: Sat, 19 Feb 2005 13:00:30 +0000 Subject: demistifying make *clean targets, fix some clean targets issues git-svn-id: svn://svn.openwrt.org/openwrt/trunk@272 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/toolchain/ccache/ccache.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openwrt/toolchain/ccache') 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) -- cgit v1.2.3