From owner-svn-src-head@freebsd.org Thu Aug 13 04:46:24 2015 Return-Path: Delivered-To: svn-src-head@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 A3F3999F4F6; Thu, 13 Aug 2015 04:46:24 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from vps1.elischer.org (vps1.elischer.org [204.109.63.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "vps1.elischer.org", Issuer "CA Cert Signing Authority" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 7EB17DD3; Thu, 13 Aug 2015 04:46:24 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from Julian-MBP3.local (ppp121-45-227-250.lns20.per1.internode.on.net [121.45.227.250]) (authenticated bits=0) by vps1.elischer.org (8.15.2/8.15.2) with ESMTPSA id t7D4kIuW001018 (version=TLSv1.2 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Wed, 12 Aug 2015 21:46:22 -0700 (PDT) (envelope-from julian@freebsd.org) Subject: Re: svn commit: r286687 - head To: Warner Losh , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201508121900.t7CJ0mhT080491@repo.freebsd.org> From: Julian Elischer Message-ID: <55CC2114.4080904@freebsd.org> Date: Thu, 13 Aug 2015 12:46:12 +0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: <201508121900.t7CJ0mhT080491@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list 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: Thu, 13 Aug 2015 04:46:24 -0000 On 8/13/15 3:00 AM, Warner Losh wrote: > Author: imp > Date: Wed Aug 12 19:00:47 2015 > New Revision: 286687 > URL: https://svnweb.freebsd.org/changeset/base/286687 > > Log: > Document build-tools better. Add rescue back because it builds /bin/sh > which has a build-tools target (see commit for how build-tools and > cross-tools differ). really? do we build ALL of rescue? that contains most of /bin and lots of /usr/bin. that's a lot.. Can we not just build/bin/sh itself? > > Modified: