From owner-freebsd-arch@FreeBSD.ORG Tue Feb 3 16:12:44 2009 Return-Path: Delivered-To: arch@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B3E621065674; Tue, 3 Feb 2009 16:12:44 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 728A38FC0A; Tue, 3 Feb 2009 16:12:44 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.2/8.14.1) with ESMTP id n13G9XYW045289; Tue, 3 Feb 2009 09:09:33 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Tue, 03 Feb 2009 09:09:59 -0700 (MST) Message-Id: <20090203.090959.-1377169487.imp@bsdimp.com> To: obrien@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <20090203155354.GC33520@dragon.NUXI.org> References: <20090202.154213.387237162.imp@bsdimp.com> <20090203155354.GC33520@dragon.NUXI.org> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: arch@FreeBSD.org, gad@FreeBSD.org Subject: Re: svn commit: r187132 - head/usr.bin/make X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2009 16:12:45 -0000 In message: <20090203155354.GC33520@dragon.NUXI.org> "David O'Brien" writes: : On Mon, Feb 02, 2009 at 11:06:40PM -0500, Garance A Drosehn wrote: : > It looks like the extra output assumes that each target is : > producing just a single line of output. That's pretty much what : > I expected would happen, and if so then the extra output doesn't : > really help all that much when it comes to debugging 'make -j'. : : No, there's a bug in our make. NetBSD's make gives the correct : output. make -s -v gives the correct output, but we don't have the right output w/o -s. That's a big clue there I think... Warner