From owner-svn-src-all@freebsd.org Fri Mar 4 16:37:55 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1DD469DA508 for ; Fri, 4 Mar 2016 16:37:55 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from outbound1b.ore.mailhop.org (outbound1b.ore.mailhop.org [54.200.247.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 01B1AC7E for ; Fri, 4 Mar 2016 16:37:54 +0000 (UTC) (envelope-from ian@freebsd.org) X-MHO-User: 8612721f-e227-11e5-8dfb-c75234cc769e X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 73.34.117.227 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [73.34.117.227]) by outbound1.ore.mailhop.org (Halon Mail Gateway) with ESMTPSA; Fri, 4 Mar 2016 16:38:28 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.14.9) with ESMTP id u24GbkDW003861; Fri, 4 Mar 2016 09:37:46 -0700 (MST) (envelope-from ian@freebsd.org) Message-ID: <1457109466.13785.140.camel@freebsd.org> Subject: Re: svn commit: r296387 - head From: Ian Lepore To: Ed Maste , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Date: Fri, 04 Mar 2016 09:37:46 -0700 In-Reply-To: <201603041603.u24G3F3V033038@repo.freebsd.org> References: <201603041603.u24G3F3V033038@repo.freebsd.org> Content-Type: text/plain; charset="us-ascii" X-Mailer: Evolution 3.16.5 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Mar 2016 16:37:55 -0000 On Fri, 2016-03-04 at 16:03 +0000, Ed Maste wrote: > Author: emaste > Date: Fri Mar 4 16:03:15 2016 > New Revision: 296387 > URL: https://svnweb.freebsd.org/changeset/base/296387 > > Log: > Add dd as a bootstrap tool, for status= support > > In r295757 I added status=none to buildworld's use of dd, but > FreeBSD > versions before April 2014 lack support. > > Modified: > head/Makefile.inc1 It seems like at this point the amount of base NOT being built as a bootstrap tool is becoming pretty small. Couldn't a >/dev/null at the point of use have gotten rid of the progress/status output? -- Ian