From 5e330c73803b80bb951b7c114b0dff512cb04d15 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sat, 26 Jan 2013 18:58:17 +0100 Subject: Build system: successful build message: indicate that there is also a compressed toolchain Signed-off-by: Abdoulaye Walsimou Gaye --- mk/help.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mk') 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 |") -- cgit v1.2.3