projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
263af2c
)
make sure the toolchain target dir really exists
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 22 Apr 2008 20:30:55 +0000
(20:30 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 22 Apr 2008 20:30:55 +0000
(20:30 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10913
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
toolchain/gcc/Makefile
patch
|
blob
|
history
diff --git
a/toolchain/gcc/Makefile
b/toolchain/gcc/Makefile
index
875c375
..
ef5ab22
100644
(file)
--- a/
toolchain/gcc/Makefile
+++ b/
toolchain/gcc/Makefile
@@
-75,7
+75,7
@@
define Stage1/Install
endef
define Stage2/Configure
- mkdir -p $(BUILD_DIR2)
+ mkdir -p $(BUILD_DIR2)
$(TOOLCHAIN_DIR)/$(REAL_GNU_TARGET_NAME)
# Important! Required for limits.h to be fixed.
rm -rf $(TOOLCHAIN_DIR)/$(REAL_GNU_TARGET_NAME)/sys-include
ln -sf ../include $(TOOLCHAIN_DIR)/$(REAL_GNU_TARGET_NAME)/sys-include
This page took
0.02121 seconds
and
4
git commands to generate.