svn commit: r286687 - head

Garrett Cooper yaneurabeya at gmail.com
Thu Aug 13 04:52:01 UTC 2015


On Aug 12, 2015, at 21:46, Julian Elischer <julian at freebsd.org> 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
>> 
>> 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 
CRUNCH_BUILDTOOLS+= bin/sh
CRUNCH_BUILDTOOLS+= 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)… but it needs better comments in Makefile.inc1 .

Thanks!
-NGie


More information about the svn-src-head mailing list