mirror of https://github.com/hak5/openwrt-owl.git
target: do not make target/*/install depend on target/*/compile - removes one redundant kernel build dir call on target/install
SVN-Revision: 32091owl
parent
02ab0d3ef9
commit
072bed4760
|
@ -10,10 +10,7 @@ $(curdir)/builddirs:=linux sdk imagebuilder toolchain
|
|||
$(curdir)/builddirs-default:=linux
|
||||
$(curdir)/builddirs-install:=linux $(if $(CONFIG_SDK),sdk) $(if $(CONFIG_IB),imagebuilder) $(if $(CONFIG_MAKE_TOOLCHAIN),toolchain)
|
||||
|
||||
$(curdir)/imagebuilder/compile:=$(curdir)/linux/install
|
||||
|
||||
# prerequisites for the individual targets
|
||||
$(curdir)//install = $(1)/compile
|
||||
$(curdir)/imagebuilder/install:=$(curdir)/linux/install
|
||||
|
||||
$(eval $(call stampfile,$(curdir),target,prereq,.config))
|
||||
$(eval $(call stampfile,$(curdir),target,compile,$(TMP_DIR)/.build))
|
||||
|
|
Loading…
Reference in New Issue