projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed01170
)
fix ccache build order
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 14 Dec 2006 05:10:23 +0000
(
05:10
+0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 14 Dec 2006 05:10:23 +0000
(
05:10
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5783
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
toolchain/Makefile
patch
|
blob
|
history
diff --git
a/toolchain/Makefile
b/toolchain/Makefile
index
ceae226
..
4682dbe
100644
(file)
--- a/
toolchain/Makefile
+++ b/
toolchain/Makefile
@@
-25,7
+25,10
@@
install: $(TARGETS_INSTALL)
clean: $(TARGETS_CLEAN)
$(TARGETS_INSTALL): $(STAGING_DIR)/$(REAL_GNU_TARGET_NAME)
-uClibc-prepare: ccache-prepare kernel-headers-prepare
+ifeq ($(CONFIG_CCACHE),y)
+ uClibc-prepare: ccache-install
+endif
+uClibc-prepare: kernel-headers-prepare
ifeq ($(CONFIG_NATIVE_TOOLCHAIN),)
binutils-prepare: uClibc-prepare
gcc-prepare: binutils-install
This page took
0.019229 seconds
and
4
git commands to generate.