1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

change 'source' to 'download'

git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4176 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mbm
2006-07-20 17:28:05 +00:00
parent fa318fcede
commit 121ce3b367
4 changed files with 11 additions and 11 deletions

View File

@@ -20,7 +20,7 @@ linux-install: $(BIN_DIR)
sdk-compile: linux-install
image_install: linux-install
download: $(patsubst %,%-source,$(TARGETS-y))
download: $(patsubst %,%-download,$(TARGETS-y))
prepare: linux-prepare
compile: linux-compile image_compile
install: image_clean $(patsubst %,%-install,$(TARGETS-y)) image_install
@@ -38,8 +38,8 @@ image_install: image_compile
%-clean: FORCE
$(MAKE) -C $(patsubst %-clean,%,$@) clean
%-source: FORCE
$(MAKE) -C $(patsubst %-source,%,$@) source
%-download: FORCE
$(MAKE) -C $(patsubst %-download,%,$@) download
%-prepare: FORCE
$(MAKE) -C $(patsubst %-prepare,%,$@) prepare
%-compile: %-prepare