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/ChangeLog | 4 ++++ make/custom/bare.cfg | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'make') diff --git a/make/ChangeLog b/make/ChangeLog index 6271d65208..4dd1d58c8e 100644 --- a/make/ChangeLog +++ b/make/ChangeLog @@ -1,4 +1,8 @@ +2000-10-27 Ralf Corsepius + + * custom/bare.cfg: Add @ to make-exe, make make-exe more verbose. + 2000-10-24 Joel Sherrill * custom/p4600.cfg, custom/p4650.cfg: Commented out RTEMS_CPU 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