summaryrefslogtreecommitdiff
path: root/openwrt/toolchain
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2006-07-20 17:28:05 +0000
committerMike Baker <mbm@openwrt.org>2006-07-20 17:28:05 +0000
commit8a2dfc8555e9c365320f2935fd0ec6387267814e (patch)
treef18351ba0b90ba5f9c155ff80bf651f01f2a1532 /openwrt/toolchain
parent9fa56236f674d3d9b07ffc05edc3464cd179a9ae (diff)
downloadmtk-20170518-8a2dfc8555e9c365320f2935fd0ec6387267814e.zip
mtk-20170518-8a2dfc8555e9c365320f2935fd0ec6387267814e.tar.gz
mtk-20170518-8a2dfc8555e9c365320f2935fd0ec6387267814e.tar.bz2
change 'source' to 'download'
SVN-Revision: 4176
Diffstat (limited to 'openwrt/toolchain')
-rw-r--r--openwrt/toolchain/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/openwrt/toolchain/Makefile b/openwrt/toolchain/Makefile
index 043a119..4ffc46f 100644
--- a/openwrt/toolchain/Makefile
+++ b/openwrt/toolchain/Makefile
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
TARGETS-y:=sed kernel-headers sstrip binutils gcc uClibc ipkg-utils libnotimpl squashfs jffs2 lzma
TARGETS-$(CONFIG_GDB) += gdb
-TARGETS_DOWNLOAD:=$(patsubst %,%-source,$(TARGETS-y))
+TARGETS_DOWNLOAD:=$(patsubst %,%-download,$(TARGETS-y))
TARGETS_INSTALL:=$(patsubst %,%-install,$(TARGETS-y))
TARGETS_CLEAN:=$(patsubst %,%-clean,$(TARGETS-y))
@@ -41,8 +41,8 @@ $(STAGING_DIR):
$(TOOL_BUILD_DIR):
@mkdir -p $@
-%-source: FORCE
- $(MAKE) -C $(patsubst %-source,%,$@) source
+%-download: FORCE
+ $(MAKE) -C $(patsubst %-download,%,$@) download
%-prepare: $(TOOLCHAIN_STAMP_DIR) $(STAGING_DIR) $(TOOL_BUILD_DIR) FORCE
@[ -f $(TOOLCHAIN_STAMP_DIR)/.toolchain_$@ ] || { \