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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user