From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 120339 invoked by alias); 20 Jul 2018 11:33:30 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 120304 invoked by uid 89); 20 Jul 2018 11:33:29 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-21.6 required=5.0 tests=BAYES_00,GIT_PATCH_0,GIT_PATCH_2,GIT_PATCH_3,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 spammy=H*M:home, H*MI:home, j X-HELO: mail-out.m-online.net Received: from mail-out.m-online.net (HELO mail-out.m-online.net) (212.18.0.10) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 20 Jul 2018 11:33:27 +0000 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 41X8052vlcz1qwdt; Fri, 20 Jul 2018 13:33:25 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 41X80524Xpz20xSx; Fri, 20 Jul 2018 13:33:25 +0200 (CEST) Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id p9t1dGbXwWq4; Fri, 20 Jul 2018 13:33:24 +0200 (CEST) Received: from igel.home (ppp-188-174-158-212.dynamic.mnet-online.de [188.174.158.212]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPSA; Fri, 20 Jul 2018 13:33:24 +0200 (CEST) Received: by igel.home (Postfix, from userid 1000) id 176BC2C1ECF; Fri, 20 Jul 2018 13:33:24 +0200 (CEST) From: Andreas Schwab To: Rainer Orth Cc: gdb-patches@sourceware.org Subject: Re: Support parallel make check with GNU make 4.2+ References: X-Yow: You must be a CUB SCOUT!! Have you made your MONEY-DROP today?? Date: Fri, 20 Jul 2018 11:33:00 -0000 In-Reply-To: (Rainer Orth's message of "Fri, 20 Jul 2018 13:13:16 +0200") Message-ID: <871sbyi1kr.fsf@igel.home> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2018-07/txt/msg00616.txt.bz2 On Jul 20 2018, Rainer Orth wrote: > diff --git a/gdb/testsuite/Makefile.in b/gdb/testsuite/Makefile.in > --- a/gdb/testsuite/Makefile.in > +++ b/gdb/testsuite/Makefile.in > @@ -140,7 +140,7 @@ installcheck: > # See whether -j was given to make. Either it was given with no > # arguments, and appears as "j" in the first word, or it was given an > # argument and appears as "-j" in a separate word. > -saw_dash_j = $(or $(findstring j,$(firstword $(MAKEFLAGS))),$(filter -j,$(MAKEFLAGS))) > +saw_dash_j = $(or $(findstring j,$(firstword $(MAKEFLAGS))),$(filter -j%,$(MAKEFLAGS))) Please also update the comment. Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "And now for something completely different."