mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-24 21:10:02 +00:00
add global make download target
SVN-Revision: 4031
This commit is contained in:
parent
991cba3cc9
commit
99bc02a12b
@ -86,9 +86,16 @@ target/%: .pkginfo FORCE
|
|||||||
toolchain/%: FORCE
|
toolchain/%: FORCE
|
||||||
$(MAKE) -C toolchain $(patsubst toolchain/%,%,$@)
|
$(MAKE) -C toolchain $(patsubst toolchain/%,%,$@)
|
||||||
|
|
||||||
world: ./scripts/config/conf FORCE
|
.config: ./scripts/config/conf FORCE
|
||||||
touch .config
|
@[ -f .config ] || $(MAKE) menuconfig
|
||||||
$< -D .config Config.in >/dev/null 2>/dev/null
|
$< -D .config Config.in >/dev/null 2>/dev/null
|
||||||
|
|
||||||
|
download: .config FORCE
|
||||||
|
$(MAKE) toolchain/download
|
||||||
|
$(MAKE) package/download
|
||||||
|
$(MAKE) target/download
|
||||||
|
|
||||||
|
world: .config FORCE
|
||||||
$(MAKE) toolchain/install
|
$(MAKE) toolchain/install
|
||||||
$(MAKE) target/compile
|
$(MAKE) target/compile
|
||||||
$(MAKE) package/compile
|
$(MAKE) package/compile
|
||||||
|
Loading…
x
Reference in New Issue
Block a user