summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-27 14:33:19 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-27 14:33:19 +0000
commit2b0714f361702853590ee2b0bfbae64300e8fd20 (patch)
tree79f0d1822fdb13c18173144e4fb90e5cbb00762c /make
parent2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-2b0714f361702853590ee2b0bfbae64300e8fd20.tar.bz2
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/bare.cfg: Add @ to make-exe, make make-exe more verbose.
Diffstat (limited to 'make')
-rw-r--r--make/ChangeLog4
-rw-r--r--make/custom/bare.cfg6
2 files changed, 7 insertions, 3 deletions
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 <corsepiu@faw.uni-ulm.de>
+
+ * custom/bare.cfg: Add @ to make-exe, make make-exe more verbose.
+
2000-10-24 Joel Sherrill <joel@OARcorp.com>
* 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