summaryrefslogtreecommitdiffstats
path: root/make/custom/bare.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/bare.cfg')
-rw-r--r--make/custom/bare.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/make/custom/bare.cfg b/make/custom/bare.cfg
index 5ec1a6fb52..126a37d7e6 100644
--- a/make/custom/bare.cfg
+++ b/make/custom/bare.cfg
@@ -32,9 +32,9 @@ START_BASE=
# will be able to override parts of the compilers specs and link using gcc.
define make-exe
- echo "Cannot do a link with the bare bsp."
- echo "#!/bin/sh" > $(basename $@).exe
- echo "echo \"Cannot do a link with the bare bsp.\"" >> $(basename $@).exe
+ @echo "*** Cannot do a link with the bare bsp. ***"
+ @echo "#!/bin/sh" > $(basename $@).exe
+ @echo "echo \"Cannot do a link with the bare bsp.\"" >> $(basename $@).exe
endef
# Miscellaneous additions go here