mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 16:43:09 +02:00
run metadata scanning only once when multiple targets are specified on the command line
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6754 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
15aefc67e4
commit
f9330b47ea
7
Makefile
7
Makefile
@ -91,11 +91,14 @@ kernel_menuconfig: .config FORCE
|
||||
-$(MAKE) target/linux-prepare
|
||||
$(NO_TRACE_MAKE) -C target/linux menuconfig
|
||||
|
||||
package/%:
|
||||
scan_packages:
|
||||
@$(NO_TRACE_MAKE) -s tmp/.pkginfo tmp/.targetinfo
|
||||
|
||||
|
||||
package/%: scan_packages
|
||||
$(MAKE) -C package $(patsubst package/%,%,$@)
|
||||
|
||||
target/%:
|
||||
target/%: scan_packages
|
||||
@$(NO_TRACE_MAKE) -s tmp/.pkginfo tmp/.targetinfo
|
||||
$(MAKE) -C target $(patsubst target/%,%,$@)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user