summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-06-08 21:35:21 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-06-08 21:35:21 +0200
commit5a9e798718bd8a07565ea885a41eef3719de0599 (patch)
treeae198ffe3e955b64a0510c8d8ff4a1c5671e63a2
parent5463eef829dd393d00458e675a9e7fb3a7bc6be4 (diff)
downloadembtoolkit-5a9e798718bd8a07565ea885a41eef3719de0599.tar.gz
embtoolkit-5a9e798718bd8a07565ea885a41eef3719de0599.tar.bz2
embtoolkit-5a9e798718bd8a07565ea885a41eef3719de0599.tar.xz
Toolchain: fix successful toolchain build message
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
-rw-r--r--mk/toolchain.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/toolchain.mk b/mk/toolchain.mk
index 6e4de39..6908d52 100644
--- a/mk/toolchain.mk
+++ b/mk/toolchain.mk
@@ -53,7 +53,7 @@ buildtoolchain: mkinitialpath ccachehost_install gmphost_install \
mpfrhost_install binutils_install gcc1_install \
kernel-headers_install eglibc-headers_install \
gcc2_install eglibc_install gcc3_install symlink_tools
- $(call EMBTK_GENERIC_MESSAGE,"You successfully build a toolchain for $(STRICT_GNU_TARGET !!!")
+ $(call EMBTK_GENERIC_MESSAGE,"You successfully build a toolchain for $(STRICT_GNU_TARGET) !!!")
symlink_tools:
@cd $(TOOLS)/bin/; export TOOLS_LIST="`ls`"; \
for i in $$TOOLS_LIST;do \