diff options
| author | Mike Baker <mbm@openwrt.org> | 2006-07-20 17:28:05 +0000 |
|---|---|---|
| committer | Mike Baker <mbm@openwrt.org> | 2006-07-20 17:28:05 +0000 |
| commit | 8a2dfc8555e9c365320f2935fd0ec6387267814e (patch) | |
| tree | f18351ba0b90ba5f9c155ff80bf651f01f2a1532 /openwrt/toolchain | |
| parent | 9fa56236f674d3d9b07ffc05edc3464cd179a9ae (diff) | |
| download | mtk-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/Makefile | 6 |
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_$@ ] || { \ |
