aboutsummaryrefslogtreecommitdiff
path: root/config-ml.in
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2020-10-14 16:15:50 +0100
committerJonathan Wakely <jwakely@redhat.com>2020-11-09 14:28:37 +0000
commit8a713174440f80a65fc5363235ebf5301a618c2a (patch)
tree0b4bd5a91709ccee32671ab47f4d82e13f74c505 /config-ml.in
parentf5761c318a5a973ba2e4e5b09a5213f4e3ad0570 (diff)
downloadgcc-8a713174440f80a65fc5363235ebf5301a618c2a.zip
gcc-8a713174440f80a65fc5363235ebf5301a618c2a.tar.gz
gcc-8a713174440f80a65fc5363235ebf5301a618c2a.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. ChangeLog: * 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 5720d38..68854a4 100644
--- a/config-ml.in
+++ b/config-ml.in
@@ -499,10 +499,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; \
@@ -547,10 +545,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,'`; \