summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-01-26 18:58:17 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-01-26 18:58:17 +0100
commit5e330c73803b80bb951b7c114b0dff512cb04d15 (patch)
treeceb842d8bc1bd76d9fff45cc7495afaa9145db49
parent2857df9db0dc47d4ec3a01491cf3f98aaa19d2fb (diff)
downloadembtoolkit-5e330c73803b80bb951b7c114b0dff512cb04d15.tar.gz
embtoolkit-5e330c73803b80bb951b7c114b0dff512cb04d15.tar.bz2
embtoolkit-5e330c73803b80bb951b7c114b0dff512cb04d15.tar.xz
Build system: successful build message: indicate that there is also a compressed toolchain
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-rw-r--r--mk/help.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/mk/help.mk b/mk/help.mk
index 8f49a38..9c06695 100644
--- a/mk/help.mk
+++ b/mk/help.mk
@@ -74,6 +74,8 @@ successful_build:
$(call embtk_echo_blue,"You successfully build your toolchain for $(GNU_TARGET)")
$(call embtk_echo_blue,"Tools built (compilers, Binutils, etc.) are located in:")
$(call embtk_echo_blue," $(embtk_tools)/bin")
+ $(call embtk_echo_blue,"The toolchain has been also packaged (for external use) in:")
+ $(call embtk_echo_blue," $(embtk_generated)")
@echo
$(call embtk_echo_blue," ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ")
$(call embtk_echo_blue,"| Root file system build log |")