From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id BA4813858D32 for ; Sun, 15 Jan 2023 16:37:43 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org BA4813858D32 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org Received: by gnu.wildebeest.org (Postfix, from userid 1000) id 01890302BBEC; Sun, 15 Jan 2023 17:37:42 +0100 (CET) Date: Sun, 15 Jan 2023 17:37:42 +0100 From: Mark Wielaard To: Sam James Cc: buildbot@sourceware.org Subject: Re: [PATCH] Use output synchronization for make for clearer output Message-ID: <20230115163742.GD29805@gnu.wildebeest.org> References: <20230114220155.189867-1-sam@gentoo.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230114220155.189867-1-sam@gentoo.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-Status: No, score=-3032.0 required=5.0 tests=BAYES_00,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi Sam, On Sat, Jan 14, 2023 at 10:01:55PM +0000, Sam James wrote: > Pass --output-sync=line to make to avoid noise when multiple jobs > (especially configures) are running in parallel. > > Gentoo and opensuse are both using this for building gcc/gdb/binutils > because it makes logs much more legible. This looks very useful. Thanks. I extended it a bit to include all parallel make commands and pushed it. Cheers, Mark