From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22867 invoked by alias); 10 Jun 2003 22:52:06 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 22671 invoked from network); 10 Jun 2003 22:52:02 -0000 Received: from unknown (HELO delorie.com) (207.22.48.162) by sources.redhat.com with SMTP; 10 Jun 2003 22:52:02 -0000 Received: from envy.delorie.com (envy.delorie.com [207.22.48.171]) by delorie.com (8.11.6/8.9.1) with ESMTP id h5AMpxZ10065; Tue, 10 Jun 2003 18:51:59 -0400 Received: from envy.delorie.com (localhost [127.0.0.1]) by envy.delorie.com (8.12.8/8.12.8) with ESMTP id h5AMpxWp011141; Tue, 10 Jun 2003 18:51:59 -0400 Received: (from dj@localhost) by envy.delorie.com (8.12.8/8.12.8/Submit) id h5AMpw0w011137; Tue, 10 Jun 2003 18:51:58 -0400 Date: Tue, 10 Jun 2003 22:52:00 -0000 Message-Id: <200306102251.h5AMpw0w011137@envy.delorie.com> From: DJ Delorie To: aoliva@redhat.com CC: neroden@twcny.rr.com, gcc-patches@gcc.gnu.org, gdb-patches@sources.redhat.com, binutils@sources.redhat.com In-reply-to: (message from Alexandre Oliva on 10 Jun 2003 19:19:28 -0300) Subject: Re: [toplevel patch] Up with parallelism! References: <20030610214612.GA24361@doctormoo> X-SW-Source: 2003-06/txt/msg00344.txt.bz2 > Hmm... I'd be a bit more conservative, and keep the ability to ensure > serial-configure, for those who feel the need for it. How about just > disabling it by default for now, and see whether anyone runs into a > problem? We can always remove it later. They can just use "-j1" for that. I think this replicates the old functionality: $ make -j1 MAKE="make -j3"