From owner-freebsd-current@FreeBSD.ORG Thu Dec 1 22:34:29 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 119F3106564A; Thu, 1 Dec 2011 22:34:29 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id 986328FC15; Thu, 1 Dec 2011 22:34:28 +0000 (UTC) Received: by yenq9 with SMTP id q9so3396491yen.13 for ; Thu, 01 Dec 2011 14:34:28 -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 :cc:content-type:content-transfer-encoding; bh=uS6eKvuO06NCaIERX5fLYE2qInloGwFssLa6H97raI8=; b=CpxEJOFbMLct51gDI0JwVBsRehrb0cS6WcMDBzGHK9iJFmb/8bUFO4Q6tBRKoPUHjx PCZ8iFp5hPRCqjGbYyTTuRp6hbSgnS/sb28rjCVnbOhbnGQJvVX6LkGIHi2/yONBxn6F Oc5bLfxTT6m2zeqTLtrIrtn3KgsKVisvisSrQ= MIME-Version: 1.0 Received: by 10.182.74.37 with SMTP id q5mr1819588obv.32.1322778868037; Thu, 01 Dec 2011 14:34:28 -0800 (PST) Received: by 10.182.62.227 with HTTP; Thu, 1 Dec 2011 14:34:27 -0800 (PST) In-Reply-To: References: <201111291607.26546.jhb@freebsd.org> <20111201002515.GA50028@freebsd.org> <20111201014349.GA61475@freebsd.org> Date: Thu, 1 Dec 2011 14:34:27 -0800 Message-ID: From: Garrett Cooper To: Freddie Cash Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Alexander Best , Doug Barton , current@freebsd.org, Warner Losh 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: Thu, 01 Dec 2011 22:34:29 -0000 On Thu, Dec 1, 2011 at 9:17 AM, Freddie Cash wrote: > So, now that you've improved the default diagnostic output of make, how > about the OP's original request: > =A0 =A0make -s truly silent by removing unnecessary diagnostic messages w= hen -s > is used? =A0:) > > [Thought I'd bring the thread back around to it's original purpose.] Sure. I'd be more than happy if someone would review and commit my proposed patches as well :). Thanks! -Garrett