projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
move ccache dir to staging_dir_arch (removing the staging dir will make the ccache...
[openwrt.git]
/
toolchain
/
Makefile
diff --git
a/toolchain/Makefile
b/toolchain/Makefile
index
d324325
..
ed563f0
100644
(file)
--- a/
toolchain/Makefile
+++ b/
toolchain/Makefile
@@
-37,12
+37,6
@@
TOOLCHAIN_STAMP_DIR:=$(STAGING_DIR)/stampfiles
$(TOOLCHAIN_STAMP_DIR):
mkdir -p $@
-$(STAGING_DIR):
- @mkdir -p $@/lib
- @mkdir -p $@/include
- @mkdir -p $@/$(REAL_GNU_TARGET_NAME)
- @ln -sf ../lib $@/$(REAL_GNU_TARGET_NAME)/lib
-
$(TOOLCHAIN_BUILD_DIR):
@mkdir -p $@
This page took
0.019873 seconds
and
4
git commands to generate.