public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
* [binutils-gdb] config-ml.in: Suppress output from multi-do recipes
@ 2023-08-12  1:00 Alan Modra
  0 siblings, 0 replies; only message in thread
From: Alan Modra @ 2023-08-12  1:00 UTC (permalink / raw)
  To: bfd-cvs, gdb-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=85f61137bb2f6a5ea9af8f77716e722628c2df57

commit 85f61137bb2f6a5ea9af8f77716e722628c2df57
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Mon Aug 7 13:07:27 2023 +0200

    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.

Diff:
---
 config-ml.in | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/config-ml.in b/config-ml.in
index 47f153350e4..9177fe63fbb 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,'`; \

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-08-12  1:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-12  1:00 [binutils-gdb] config-ml.in: Suppress output from multi-do recipes Alan Modra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).