mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 21:37:10 +02:00
add global make download target
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4031 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
97f419b809
commit
732980a7fd
11
Makefile
11
Makefile
@ -86,9 +86,16 @@ target/%: .pkginfo FORCE
|
||||
toolchain/%: FORCE
|
||||
$(MAKE) -C toolchain $(patsubst toolchain/%,%,$@)
|
||||
|
||||
world: ./scripts/config/conf FORCE
|
||||
touch .config
|
||||
.config: ./scripts/config/conf FORCE
|
||||
@[ -f .config ] || $(MAKE) menuconfig
|
||||
$< -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) target/compile
|
||||
$(MAKE) package/compile
|
||||
|
Loading…
Reference in New Issue
Block a user