From owner-svn-src-all@freebsd.org Thu Aug 13 04:52:01 2015 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 7A45499F68C; Thu, 13 Aug 2015 04:52:01 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pd0-x230.google.com (mail-pd0-x230.google.com [IPv6:2607:f8b0:400e:c02::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 55B7A30A; Thu, 13 Aug 2015 04:52:01 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by pdco4 with SMTP id o4so15012335pdc.3; Wed, 12 Aug 2015 21:52:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=YnSR2zHwNRff23R7bL0I09K2FGmT9sUHP1H8lcKt9W4=; b=oKjmDOWq7SWqH4PWm8LQORbD/UZlv880MUs5MEFh9FbvsukCA85q1ZTP3RHpVk09Q7 4upFvuLTBF50dXZhUcq9y8DXFMWOigrzY5nNcx5fvSAjlvgSBDYxsGscDHatsBg/UgfG +J2znrzfISf5t/1xBeSuPfaVk75DjC67oBSkApYrVKNj8U8JthwgOpnLK/fFwKbg3n/k 0blYI7ywzP7O1dECxuILcJPO9yareiFvPMlaoID1nNR6TpOs7vfeSC8Bqu1aMbmJ8HHC fvo7vc8gAyGtmFLG23UCGROmFVx+TEka1wj/lSA3YyDJcThO0aDtvn4tYAWCU3wQzebo SAnw== X-Received: by 10.70.129.102 with SMTP id nv6mr73999037pdb.126.1439441520695; Wed, 12 Aug 2015 21:52:00 -0700 (PDT) Received: from ?IPv6:2601:601:800:126d:99cf:7b87:4b2c:ea6c? ([2601:601:800:126d:99cf:7b87:4b2c:ea6c]) by smtp.gmail.com with ESMTPSA id kv10sm874569pbc.2.2015.08.12.21.52.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 12 Aug 2015 21:52:00 -0700 (PDT) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: svn commit: r286687 - head From: Garrett Cooper In-Reply-To: <55CC2114.4080904@freebsd.org> Date: Wed, 12 Aug 2015 21:52:00 -0700 Cc: Warner Losh , src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <7AE78D6D-DE39-4C0F-A2AC-4778F4E304A8@gmail.com> References: <201508121900.t7CJ0mhT080491@repo.freebsd.org> <55CC2114.4080904@freebsd.org> To: Julian Elischer X-Mailer: Apple Mail (2.1878.6) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 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: Thu, 13 Aug 2015 04:52:01 -0000 On Aug 12, 2015, at 21:46, Julian Elischer wrote: > 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 >>=20 >> 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. build-tools only builds /bin/sh and bin/tcsh : $ grep BUILDTOOLS rescue/rescue/Makefile=20 CRUNCH_BUILDTOOLS+=3D bin/sh CRUNCH_BUILDTOOLS+=3D bin/csh > that's a lot.. Can we not just build/bin/sh itself? That would.. probably make more sense (especially in a = post-projects/bmake world)=85 but it needs better comments in = Makefile.inc1 . Thanks! -NGie=