summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-03-24 13:39:35 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-03-24 13:39:35 +0100
commitd26254b28db9cce73196b7394a36f466f65c1f92 (patch)
tree34955121a6b1d295fdda8e1149fffaef8966b1e6 /mk
parent413a39c8acf619104bbf2d5c7ad1b0776270bc73 (diff)
downloadembtoolkit-d26254b28db9cce73196b7394a36f466f65c1f92.tar.gz
embtoolkit-d26254b28db9cce73196b7394a36f466f65c1f92.tar.bz2
embtoolkit-d26254b28db9cce73196b7394a36f466f65c1f92.tar.xz
Build system: tweak (again) successful build message
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'mk')
-rw-r--r--mk/help.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/help.mk b/mk/help.mk
index 066a8e1..89b9069 100644
--- a/mk/help.mk
+++ b/mk/help.mk
@@ -72,9 +72,9 @@ successful_build:
$(call embtk_echo_blue,"| Toolchain build log |")
$(call embtk_echo_blue," ~~~~~~~~~~~~~~~~~~~~~ ")
$(call embtk_echo_blue,"$(GNU_TARGET) ($(EMBTK_MCU_FLAG)) toolchain successfully generated.")
- $(call embtk_echo_blue,"Generated tools (compilers, Binutils, etc.) are located in:")
+ $(call embtk_echo_blue,"Generated tools (compilers, Binutils, etc.) are in:")
$(call embtk_echo_blue," $(embtk_tools)/bin")
- $(call embtk_echo_blue,"The packaged toolchain (for external use) is located in:")
+ $(call embtk_echo_blue,"The packaged toolchain (for external use) is in:")
$(call embtk_echo_blue," $(embtk_generated)")
@echo
$(call embtk_echo_blue," ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ")