From 2857df9db0dc47d4ec3a01491cf3f98aaa19d2fb Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sat, 26 Jan 2013 11:58:00 +0100 Subject: Build system: tweak a little successful build message Signed-off-by: Abdoulaye Walsimou Gaye --- mk/help.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mk/help.mk b/mk/help.mk index 95d1b82..8f49a38 100644 --- a/mk/help.mk +++ b/mk/help.mk @@ -79,7 +79,7 @@ successful_build: $(call embtk_echo_blue,"| Root file system build log |") $(call embtk_echo_blue," ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ") ifeq ($(CONFIG_EMBTK_HAVE_ROOTFS),y) - $(call embtk_echo_blue,"You also successfully build root filesystem(s) located in the") + $(call embtk_echo_blue,"Built root filesystems are located in the") $(call embtk_echo_blue,"'generated' sub-directory of EmbToolkit.") else $(call embtk_echo_green,"Build of root filesystem not selected.") @@ -89,6 +89,7 @@ endif $(call embtk_echo_blue,"| Embedded systems Toolkit |") $(call embtk_echo_blue," ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ") $(call embtk_echo_blue,"Hope that EmbToolkit will be useful for your project !!!") + $(call embtk_echo_blue,"We will be happy to know it at embtk-users@embtoolkit.org") $(call embtk_echo_blue,"Please report any bugs/suggestion at:") $(call embtk_echo_blue," http://www.embtoolkit.org/issues/projects/show/embtoolkit") $(call embtk_echo_blue,"You can also visit the wiki at:") -- cgit v1.2.3