From 02d89a39b08ebb653e46f6ae24209ecea19c06e9 Mon Sep 17 00:00:00 2001 From: nbd Date: Wed, 6 Jun 2012 17:24:05 +0000 Subject: target: do not make target/*/install depend on target/*/compile - removes one redundant kernel build dir call on target/install git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32091 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'target/Makefile') diff --git a/target/Makefile b/target/Makefile index 81ec60234..cb68454c9 100644 --- a/target/Makefile +++ b/target/Makefile @@ -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)) -- cgit v1.2.3