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/package | |
| 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/package')
| -rw-r--r-- | openwrt/package/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 4b924a3..bcfb169 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -3,15 +3,15 @@ include $(TOPDIR)/rules.mk include $(TOPDIR)/.config include $(TOPDIR)/.pkgdeps -SOURCE_PACKAGES:=$(patsubst %,%-source,$(package-y) $(package-m)) +SOURCE_PACKAGES:=$(patsubst %,%-download,$(package-y) $(package-m)) COMPILE_PACKAGES:=$(patsubst %,%-compile,$(package-y) $(package-m)) INSTALL_PACKAGES:=$(patsubst %,%-install,$(package-y)) $(STAMP_DIR) $(TARGET_DIR): mkdir -p $@ -%-source: $(STAMP_DIR) $(TARGET_DIR) - $(MAKE) -C $(patsubst %-source,%,$@) source MAKEFLAGS="$(BUILD_MAKEFLAGS)" +%-download: $(STAMP_DIR) $(TARGET_DIR) + $(MAKE) -C $(patsubst %-download,%,$@) download MAKEFLAGS="$(BUILD_MAKEFLAGS)" %-prepare: $(STAMP_DIR) $(TARGET_DIR) $(MAKE) -C $(patsubst %-prepare,%,$@) prepare MAKEFLAGS="$(BUILD_MAKEFLAGS)" |
