Author: nbd
Date: 2015-04-03 21:42:38 +0200 (Fri, 03 Apr 2015)
New Revision: 45266

Modified:
   trunk/tools/Makefile
Log:
tools: build ccache when building the sdk (fixes #13949)

Signed-off-by: Felix Fietkau <[email protected]>

Modified: trunk/tools/Makefile
===================================================================
--- trunk/tools/Makefile        2015-04-03 19:42:33 UTC (rev 45265)
+++ trunk/tools/Makefile        2015-04-03 19:42:38 UTC (rev 45266)
@@ -72,7 +72,7 @@
 $(curdir)/gengetopt/compile := $(curdir)/libtool/install
 $(curdir)/patchelf/compile := $(curdir)/libtool/install
 
-ifneq ($(CONFIG_CCACHE),)
+ifneq ($(CONFIG_CCACHE)$(CONFIG_SDK),)
 $(foreach tool, $(tools-y), $(eval $(curdir)/$(tool)/compile += 
$(curdir)/ccache/install))
 tools-y += ccache
 endif
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to