summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Porcedda <fabio.porcedda@gmail.com>2014-04-18 15:07:31 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-04-20 17:41:05 +0200
commitd174c6f8b6e983ea13729dcee427a37369e089df (patch)
treec9a2672adc000fb4042aa1993940958cfde6c09c
parent7105008a7f97e2c845fe80faa0c4cef3c7578d90 (diff)
downloadbuildroot-d174c6f8b6e983ea13729dcee427a37369e089df.tar.gz
buildroot-d174c6f8b6e983ea13729dcee427a37369e089df.zip
Makefile: toolchain-eclipse-register: add toolchain dependency
The "toolchain-eclipse-register" target needs the toolchain so add toolchain as a dependency. This also fix the support to top-level parallel make. Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dd47f77ed6..c33368a9ce 100644
--- a/Makefile
+++ b/Makefile
@@ -621,7 +621,7 @@ target-post-image: $(TARGETS_ROOTFS) target-finalize
$(call MESSAGE,"Executing post-image script $(s)"); \
$(EXTRA_ENV) $(s) $(BINARIES_DIR) $(call qstrip,$(BR2_ROOTFS_POST_SCRIPT_ARGS))$(sep))
-toolchain-eclipse-register:
+toolchain-eclipse-register: toolchain
./support/scripts/eclipse-register-toolchain `readlink -f $(O)` $(notdir $(TARGET_CROSS)) $(BR2_ARCH)
source: $(TARGETS_SOURCE) $(HOST_SOURCE)
OpenPOWER on IntegriCloud