summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-01-26 11:58:00 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-01-26 11:58:00 +0100
commit2857df9db0dc47d4ec3a01491cf3f98aaa19d2fb (patch)
tree060207309cb63e9f4d7868fd7c6710a6444c3661
parent5fbdd168b7341c782fb1ac5852841137cf41ea93 (diff)
downloadembtoolkit-2857df9db0dc47d4ec3a01491cf3f98aaa19d2fb.tar.gz
embtoolkit-2857df9db0dc47d4ec3a01491cf3f98aaa19d2fb.tar.bz2
embtoolkit-2857df9db0dc47d4ec3a01491cf3f98aaa19d2fb.tar.xz
Build system: tweak a little successful build message
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-rw-r--r--mk/help.mk3
1 files changed, 2 insertions, 1 deletions
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:")