From 2b0714f361702853590ee2b0bfbae64300e8fd20 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 27 Oct 2000 14:33:19 +0000 Subject: 2000-10-27 Ralf Corsepius * custom/bare.cfg: Add @ to make-exe, make make-exe more verbose. --- make/custom/bare.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'make/custom/bare.cfg') 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 -- cgit v1.2.3