projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add even more workarounds for bcm4710, remove -fno-delayed-branch from kernel cflags...
[openwrt.git]
/
openwrt
/
toolchain
/
sed
/
sed.mk
diff --git
a/openwrt/toolchain/sed/sed.mk
b/openwrt/toolchain/sed/sed.mk
index
a4f1466
..
2dfd205
100644
(file)
--- a/
openwrt/toolchain/sed/sed.mk
+++ b/
openwrt/toolchain/sed/sed.mk
@@
-18,7
+18,7
@@
HOST_SED_TARGET=$(shell ./sedcheck.sh)
$(DL_DIR)/$(SED_SOURCE):
mkdir -p $(DL_DIR)
$(DL_DIR)/$(SED_SOURCE):
mkdir -p $(DL_DIR)
- $(
WGET) -P $(DL_DIR) $(SED_SITE)/$(SED_SOURC
E)
+ $(
SCRIPT_DIR)/download.pl $(DL_DIR) $(SED_SOURCE) x $(SED_SIT
E)
sed-source: $(DL_DIR)/$(SED_SOURCE)
sed-source: $(DL_DIR)/$(SED_SOURCE)
This page took
0.026199 seconds
and
4
git commands to generate.