aboutsummaryrefslogtreecommitdiff
path: root/config-ml.in
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2023-08-07 13:07:27 +0200
committerAlan Modra <amodra@gmail.com>2023-08-12 10:24:26 +0930
commit85f61137bb2f6a5ea9af8f77716e722628c2df57 (patch)
treebbdca958cb4f414d560c8e2df8ade8b5daa4d161 /config-ml.in
parentba1eb82eae019ae57813fa4868df9411f5dab7a5 (diff)
downloadgdb-85f61137bb2f6a5ea9af8f77716e722628c2df57.zip
gdb-85f61137bb2f6a5ea9af8f77716e722628c2df57.tar.gz
gdb-85f61137bb2f6a5ea9af8f77716e722628c2df57.tar.bz2
config-ml.in: Suppress output from multi-do recipes
The FIXME comments saying "Leave out until this is tested a bit more" are from 1997. I think they've been sufficiently tested. * config-ml.in (multi-do, multi-clean): Add @ to silence recipes. Remove FIXME comments.
Diffstat (limited to 'config-ml.in')
-rw-r--r--config-ml.in8
1 files changed, 2 insertions, 6 deletions
diff --git a/config-ml.in b/config-ml.in
index 47f1533..9177fe6 100644
--- a/config-ml.in
+++ b/config-ml.in
@@ -486,10 +486,8 @@ cat > Multi.tem <<\EOF
PWD_COMMAND=$${PWDCMD-pwd}
-# FIXME: There should be an @-sign in front of the `if'.
-# Leave out until this is tested a bit more.
multi-do:
- if [ -z "$(MULTIDIRS)" ]; then \
+ @if [ -z "$(MULTIDIRS)" ]; then \
true; \
else \
rootpre=`${PWD_COMMAND}`/; export rootpre; \
@@ -533,10 +531,8 @@ multi-do:
done; \
fi
-# FIXME: There should be an @-sign in front of the `if'.
-# Leave out until this is tested a bit more.
multi-clean:
- if [ -z "$(MULTIDIRS)" ]; then \
+ @if [ -z "$(MULTIDIRS)" ]; then \
true; \
else \
lib=`${PWD_COMMAND} | sed -e 's,^.*/\([^/][^/]*\)$$,\1,'`; \