From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1062) id CBC9F3858D38; Sat, 12 Aug 2023 01:00:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CBC9F3858D38 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Alan Modra To: bfd-cvs@sourceware.org, gdb-cvs@sourceware.org Subject: [binutils-gdb] config-ml.in: Suppress output from multi-do recipes X-Act-Checkin: binutils-gdb X-Git-Author: Jonathan Wakely X-Git-Refname: refs/heads/master X-Git-Oldrev: ba1eb82eae019ae57813fa4868df9411f5dab7a5 X-Git-Newrev: 85f61137bb2f6a5ea9af8f77716e722628c2df57 Message-Id: <20230812010053.CBC9F3858D38@sourceware.org> Date: Sat, 12 Aug 2023 01:00:53 +0000 (GMT) X-BeenThere: binutils-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Aug 2023 01:00:53 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D85f61137bb2f= 6a5ea9af8f77716e722628c2df57 commit 85f61137bb2f6a5ea9af8f77716e722628c2df57 Author: Jonathan Wakely Date: Mon Aug 7 13:07:27 2023 +0200 config-ml.in: Suppress output from multi-do recipes =20 The FIXME comments saying "Leave out until this is tested a bit more" are from 1997. I think they've been sufficiently tested. =20 * config-ml.in (multi-do, multi-clean): Add @ to silence recipe= s. 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 =20 PWD_COMMAND=3D$${PWDCMD-pwd} =20 -# 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=3D`${PWD_COMMAND}`/; export rootpre; \ @@ -533,10 +531,8 @@ multi-do: done; \ fi =20 -# 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=3D`${PWD_COMMAND} | sed -e 's,^.*/\([^/][^/]*\)$$,\1,'`; \