From owner-svn-src-head@FreeBSD.ORG Tue Jan 6 16:27:09 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B450106564A; Tue, 6 Jan 2009 16:27:09 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (trang.nuxi.org [74.95.12.85]) by mx1.freebsd.org (Postfix) with ESMTP id 2C1AA8FC16; Tue, 6 Jan 2009 16:27:09 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.2/8.14.2) with ESMTP id n06GR28n075345; Tue, 6 Jan 2009 08:27:02 -0800 (PST) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.2/8.14.2/Submit) id n06GR1Ds075344; Tue, 6 Jan 2009 08:27:01 -0800 (PST) (envelope-from obrien) Date: Tue, 6 Jan 2009 08:27:01 -0800 From: "David O'Brien" To: "M. Warner Losh" Message-ID: <20090106162701.GA75326@dragon.NUXI.org> References: <200901031014.n03AE1lA022458@svn.freebsd.org> <20090104.100755.686402162.imp@bsdimp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090104.100755.686402162.imp@bsdimp.com> X-Operating-System: FreeBSD 8.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r186713 - head/usr.bin/make X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@freebsd.org List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jan 2009 16:27:09 -0000 On Sun, Jan 04, 2009 at 10:07:55AM -0700, M. Warner Losh wrote: > In message: <200901031014.n03AE1lA022458@svn.freebsd.org> > "David E. O'Brien" writes: > : Author: obrien > : Date: Sat Jan 3 10:14:01 2009 > : New Revision: 186713 > : URL: http://svn.freebsd.org/changeset/base/186713 > : > : Log: > : + Add the -Q be-quiet flag for parallel jobs. > : - Enable -Q by default for the moment - there is something weird > : going on in the rescue build. > > This seems to also include other things not related to -Q, is that > intentional: Thanks for catching that.