From owner-freebsd-current@FreeBSD.ORG Fri Dec 2 02:18:51 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1E4F9106564A; Fri, 2 Dec 2011 02:18:51 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id 805C28FC1C; Fri, 2 Dec 2011 02:18:50 +0000 (UTC) Received: by ggnk5 with SMTP id k5so3768769ggn.13 for ; Thu, 01 Dec 2011 18:18:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=drHO4nyOqE6kVVTIcXtp21pJMR+UGfI/IIkRLti2qhk=; b=snu6OP6mkuXaIT51aBznyL9VY9jtoIz9LJ6+pSIeVqkEu+Y2Sveitisr+/ROlnayyc xWcbeHkNCoxriMq/vIiNc5aVZMZ+ICNUg3umnYScMqIz8hwd2I1WdwjmvXXcELvkvmRP vtUgO5QMoQr4g0DY+oDtowqK1iFeqgKsaRMe0= MIME-Version: 1.0 Received: by 10.182.154.66 with SMTP id vm2mr1970039obb.52.1322792329811; Thu, 01 Dec 2011 18:18:49 -0800 (PST) Received: by 10.182.62.227 with HTTP; Thu, 1 Dec 2011 18:18:49 -0800 (PST) In-Reply-To: <20111202020811.GB4444@dragon.NUXI.org> References: <201111291607.26546.jhb@freebsd.org> <201112011004.08762.jhb@freebsd.org> <20111202020811.GB4444@dragon.NUXI.org> Date: Thu, 1 Dec 2011 18:18:49 -0800 Message-ID: From: Garrett Cooper To: obrien@freebsd.org, John Baldwin , Garrett Cooper , Alexander Best , Doug Barton , freebsd-current@freebsd.org, Warner Losh Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: Re: Remove debug echo X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Dec 2011 02:18:51 -0000 On Thu, Dec 1, 2011 at 6:08 PM, David O'Brien wrote: > On Thu, Dec 01, 2011 at 10:04:08AM -0500, John Baldwin wrote: >> I think this is useful, perhaps send it to harti@ or jilles@ for review? > > I'd like to get some NetBSD bmake maintainers POV too. > We should reduce the needless diversion between the two makes. Agreed, but this is also a more extensive project. I just implemented the patch shown above because it makes pmake in FreeBSD match GNU make's behavior with printouts, which is a plus for people like me who have scripts that parse for errors messages like that. Thanks! -Garrett