imagebuilder: fix parallel building (closes #11117)
SVN-Revision: 30927
This commit is contained in:
parent
ff909edf94
commit
6a57a1fbdb
1 changed files with 4 additions and 1 deletions
|
@ -10,7 +10,10 @@ $(curdir)/builddirs:=linux sdk imagebuilder toolchain
|
||||||
$(curdir)/builddirs-default:=linux
|
$(curdir)/builddirs-default:=linux
|
||||||
$(curdir)/builddirs-install:=linux $(if $(CONFIG_SDK),sdk) $(if $(CONFIG_IB),imagebuilder) $(if $(CONFIG_MAKE_TOOLCHAIN),toolchain)
|
$(curdir)/builddirs-install:=linux $(if $(CONFIG_SDK),sdk) $(if $(CONFIG_IB),imagebuilder) $(if $(CONFIG_MAKE_TOOLCHAIN),toolchain)
|
||||||
|
|
||||||
$(curdir)/imagebuilder/prepare:=$(curdir)/linux/install
|
$(curdir)/imagebuilder/compile:=$(curdir)/linux/install
|
||||||
|
|
||||||
|
# prerequisites for the individual targets
|
||||||
|
$(curdir)//install = $(1)/compile
|
||||||
|
|
||||||
$(eval $(call stampfile,$(curdir),target,prereq,.config))
|
$(eval $(call stampfile,$(curdir),target,prereq,.config))
|
||||||
$(eval $(call stampfile,$(curdir),target,compile,$(TMP_DIR)/.build))
|
$(eval $(call stampfile,$(curdir),target,compile,$(TMP_DIR)/.build))
|
||||||
|
|
Loading…
Reference in a new issue