summaryrefslogtreecommitdiff
path: root/core/toolchain/toolchain.mk
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2015-03-01 10:35:21 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2015-03-01 10:35:21 +0100
commit522c10599f7bb217a7cbfb34d26f4cf6707c0840 (patch)
tree6cb97c541078fc1b8a5d392c2144552934a2ae9f /core/toolchain/toolchain.mk
parent9a26bfc5f2d7c6a5749cd6359cc4e0fef76196f6 (diff)
downloadembtoolkit-522c10599f7bb217a7cbfb34d26f4cf6707c0840.tar.gz
embtoolkit-522c10599f7bb217a7cbfb34d26f4cf6707c0840.tar.bz2
embtoolkit-522c10599f7bb217a7cbfb34d26f4cf6707c0840.tar.xz
Toolchain: move displayed message while building to main Makefile
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'core/toolchain/toolchain.mk')
-rw-r--r--core/toolchain/toolchain.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/toolchain/toolchain.mk b/core/toolchain/toolchain.mk
index 9f361a6..3d9d28d 100644
--- a/core/toolchain/toolchain.mk
+++ b/core/toolchain/toolchain.mk
@@ -44,11 +44,14 @@ define __embtk_toolchain_build
$(eval __xtool_build := $(if $(__embtk_toolchain_runrecipe-y),core))
$(eval __xtool_addons_build := $(if $(__embtk_toolchain_addons_runrecipe-y),addons))
$(eval __xtool_build_args := $(strip $(__xtool_build) $(__xtool_addons_build)))
+ $(if $(__xtool_build),
+ $(call embtk_pinfo,"Building new $(GNU_TARGET)/$(EMBTK_MCU_FLAG) CORE toolchain - please wait..."))
$(__embtk_toolchain_mkinitdirs)
$(foreach pdep,$(__embtk_toolchain_predeps-y),$(call embtk_install_xpkg,$(pdep)))
$(if $(__xtool_build),
$(call __embtk_toolchain_core_build,$(__xtool_build_args)))
$(if $(__xtool_addons_build),
+ $(call embtk_pinfo,"Building new $(GNU_TARGET)/$(EMBTK_MCU_FLAG) toolchain ADDONS - please wait...")
$(call __embtk_toolchain_addons_build,$(__xtool_build_args)))
$(if $(__xtool_build_args),
$(call embtk_pinfo,"Packaging new $(GNU_TARGET)/$(EMBTK_MCU_FLAG) toolchain - please wait...")