summaryrefslogtreecommitdiff
path: root/mk/help.mk
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-03-22 23:55:49 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-03-22 23:55:49 +0100
commit9ae69cf6a69d57831713f456bd49e759c2726eda (patch)
tree888f977c515dd73c3febb0688d9deccf24631d2f /mk/help.mk
parentb737e74100b30f9ffe0e7152d9a2c10fac83a101 (diff)
downloadembtoolkit-9ae69cf6a69d57831713f456bd49e759c2726eda.tar.gz
embtoolkit-9ae69cf6a69d57831713f456bd49e759c2726eda.tar.bz2
embtoolkit-9ae69cf6a69d57831713f456bd49e759c2726eda.tar.xz
Build system: tweak a little successful build message
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'mk/help.mk')
-rw-r--r--mk/help.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/mk/help.mk b/mk/help.mk
index 9c06695..b798993 100644
--- a/mk/help.mk
+++ b/mk/help.mk
@@ -71,8 +71,8 @@ successful_build:
$(call embtk_echo_blue," ~~~~~~~~~~~~~~~~~~~~~ ")
$(call embtk_echo_blue,"| Toolchain build log |")
$(call embtk_echo_blue," ~~~~~~~~~~~~~~~~~~~~~ ")
- $(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,"$(GNU_TARGET) toolchain successfully generated.")
+ $(call embtk_echo_blue,"Generated tools (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)")
@@ -81,7 +81,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,"Built root filesystems are located in the")
+ $(call embtk_echo_blue,"Generated 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.")
@@ -90,7 +90,7 @@ endif
$(call embtk_echo_blue," ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ")
$(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 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")