summaryrefslogtreecommitdiff
path: root/mk/macros.mk
diff options
context:
space:
mode:
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")