From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11432 invoked by alias); 25 Aug 2014 19:52:48 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 11420 invoked by uid 89); 25 Aug 2014 19:52:47 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: qmta11.emeryville.ca.mail.comcast.net Received: from qmta11.emeryville.ca.mail.comcast.net (HELO qmta11.emeryville.ca.mail.comcast.net) (76.96.27.211) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 25 Aug 2014 19:52:46 +0000 Received: from omta18.emeryville.ca.mail.comcast.net ([76.96.30.74]) by qmta11.emeryville.ca.mail.comcast.net with comcast id j5UT1o0031bwxycAB7sl04; Mon, 25 Aug 2014 19:52:45 +0000 Received: from [IPv6:2001:558:6045:a4:40c6:7199:cd03:b02d] ([IPv6:2001:558:6045:a4:40c6:7199:cd03:b02d]) by omta18.emeryville.ca.mail.comcast.net with comcast id j7sj1o0092ztT3H8e7sjV6; Mon, 25 Aug 2014 19:52:44 +0000 Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: [BUILDROBOT][PATCH] frv-linux fallout (was: [PATCH 009/236] Replace BB_HEAD et al macros with functions) From: Mike Stump In-Reply-To: Date: Mon, 25 Aug 2014 19:52:00 -0000 Cc: David Malcolm , Jan-Benedict Glaw , Nick Clifton , Alexandre Oliva , GCC Patches Content-Transfer-Encoding: quoted-printable Message-Id: <72C64E6D-362E-42D7-8EE4-64EA6141BCCE@comcast.net> References: <1407345815-14551-1-git-send-email-dmalcolm@redhat.com> <1407345815-14551-10-git-send-email-dmalcolm@redhat.com> <20140823184932.GG12042@lug-owl.de> <1408975689.24896.20.camel@surprise> <4C2575E6-70F8-4BFF-84BE-7E654F5022BE@comcast.net> To: Steven Bosscher X-IsSubscribed: yes X-SW-Source: 2014-08/txt/msg02353.txt.bz2 On Aug 25, 2014, at 12:45 PM, Steven Bosscher wrote: > On Mon, Aug 25, 2014 at 9:29 PM, Mike Stump wrote: >> On Aug 25, 2014, at 7:08 AM, David Malcolm wrote: >>> It's too late now to switch to this approach, so in the meantime I've >>> been working on ways to make my bootstraps as fast as possible. >>=20 >> -j64 works wonders. :-) Though, it is annoying watching the build run = at 98% idle. >=20 > And genautomata just sits there... waiting... waiting... wai=85=85 Sometimes I want it to run first, sometimes I want it to run last. :-( Wh= en the build will work, I want it first. When it fails for any other reaso= n, I want it last. Can anyone else think of a way to order these guys (apa= rt from a filsystem change hook that is wired into make and auto-rebuilds i= n the background)? I haven=92t yet found anything I like.