summaryrefslogtreecommitdiff
path: root/mk/macros.mk
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-12-31 21:54:01 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-12-31 21:54:01 +0100
commitfc47d4271207f221e5b836b3ff1165ef7ea4611a (patch)
tree1a62a34ff6af9d964074a7c92e878e6563437a15 /mk/macros.mk
parent61ac8ef8e293ac5fb09c3ff3b2e3da16d5dcb5bb (diff)
downloadembtoolkit-fc47d4271207f221e5b836b3ff1165ef7ea4611a.tar.gz
embtoolkit-fc47d4271207f221e5b836b3ff1165ef7ea4611a.tar.bz2
embtoolkit-fc47d4271207f221e5b836b3ff1165ef7ea4611a.tar.xz
Build system: cosmetic change on successful_build message
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'mk/macros.mk')
-rw-r--r--mk/macros.mk12
1 files changed, 6 insertions, 6 deletions
diff --git a/mk/macros.mk b/mk/macros.mk
index de4ddc5..344a6ac 100644
--- a/mk/macros.mk
+++ b/mk/macros.mk
@@ -106,16 +106,16 @@ embtk_pinfo = $(call embtk_echo_blue,"$(__embtk_msg_h)\n~~ EmbToolkit ~~ $(1)\n$
# Successful build of EmbToolkit message
successful_build:
- $(call embtk_echo_blue," --------------------- ")
+ $(call embtk_echo_blue," ~~~~~~~~~~~~~~~~~~~~~ ")
$(call embtk_echo_blue,"| Toolchain build log |")
- $(call embtk_echo_blue," --------------------- ")
+ $(call embtk_echo_blue," ~~~~~~~~~~~~~~~~~~~~~ ")
$(call embtk_echo_blue,"You successfully build your toolchain for $(GNU_TARGET)")
$(call embtk_echo_blue,"Tools built (GCC compiler, Binutils, etc.) are located in:")
$(call embtk_echo_blue," $(TOOLS)/bin")
@echo
- $(call embtk_echo_blue," ---------------------------- ")
+ $(call embtk_echo_blue," ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ")
$(call embtk_echo_blue,"| Root file system build log |")
- $(call embtk_echo_blue," ---------------------------- ")
+ $(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,"'generated' sub-directory of EmbToolkit.")
@@ -123,9 +123,9 @@ else
$(call embtk_echo_green,"Build of root filesystem not selected.")
endif
@echo
- $(call embtk_echo_blue," ---------------------------- ")
+ $(call embtk_echo_blue," ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ")
$(call embtk_echo_blue,"| Embedded systems Toolkit |")
- $(call embtk_echo_blue," ---------------------------- ")
+ $(call embtk_echo_blue," ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ")
$(call embtk_echo_blue,"Hope that EmbToolkit will be useful for your project !!!")
$(call embtk_echo_blue,"Please report any bugs/suggestion at:")
$(call embtk_echo_blue," http://www.embtoolkit.org/issues/projects/show/embtoolkit")