projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ar71xx: create the temporary directory before building initramfs images
[openwrt.git]
/
tools
/
ccache
/
Makefile
diff --git
a/tools/ccache/Makefile
b/tools/ccache/Makefile
index
ada9293
..
21123b3
100644
(file)
--- a/
tools/ccache/Makefile
+++ b/
tools/ccache/Makefile
@@
-19,11
+19,7
@@
include $(INCLUDE_DIR)/host-build.mk
ifneq ($(strip $(shell which ccache >/dev/null && echo found)),found)
define Host/Compile
ifneq ($(strip $(shell which ccache >/dev/null && echo found)),found)
define Host/Compile
- $(MAKE) CC="$(HOSTCC)" -C $(HOST_BUILD_DIR)
- endef
-
- define Host/Install
- $(MAKE) -C $(HOST_BUILD_DIR) install
+ $(MAKE) CC="$(HOSTCC_NOCACHE)" -C $(HOST_BUILD_DIR)
endef
define Host/Clean
endef
define Host/Clean
@@
-41,6
+37,8
@@
else
endef
define Host/Clean
endef
endef
define Host/Clean
endef
+ define Download
+ endef
endif
$(eval $(call HostBuild))
endif
$(eval $(call HostBuild))
This page took
0.020511 seconds
and
4
git commands to generate.