From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28125 invoked by alias); 25 Jun 2009 03:15:06 -0000 Received: (qmail 28047 invoked by uid 22791); 25 Jun 2009 03:15:03 -0000 X-SWARE-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout4.012.net.il (HELO mtaout3.012.net.il) (84.95.2.10) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 25 Jun 2009 03:14:56 +0000 Received: from conversion-daemon.i_mtaout3.012.net.il by i_mtaout3.012.net.il (HyperSendmail v2004.12) id <0KLR00L00XYC3I00@i_mtaout3.012.net.il> for gdb-patches@sourceware.org; Thu, 25 Jun 2009 06:14:53 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.229.213.34]) by i_mtaout3.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KLR00LAYYCSI5S0@i_mtaout3.012.net.il>; Thu, 25 Jun 2009 06:14:53 +0300 (IDT) Date: Thu, 25 Jun 2009 03:15:00 -0000 From: Eli Zaretskii Subject: Re: RFC: parallelize "make check" In-reply-to: To: tromey@redhat.com Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <831vp90ztf.fsf@gnu.org> References: X-IsSubscribed: yes 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 X-SW-Source: 2009-06/txt/msg00665.txt.bz2 > From: Tom Tromey > Date: Wed, 24 Jun 2009 13:27:41 -0600 > > This patch adds parallelization for "make check", if you are using GNU > make. If you are not using GNU make, nothing changes. It would be good to mention this possibility in README, IMO.