From owner-freebsd-current@FreeBSD.ORG Sun Nov 7 22:07:34 2010 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 89D7B1065672; Sun, 7 Nov 2010 22:07:34 +0000 (UTC) (envelope-from jilles@stack.nl) Received: from mx1.stack.nl (relay02.stack.nl [IPv6:2001:610:1108:5010::104]) by mx1.freebsd.org (Postfix) with ESMTP id 219B18FC0C; Sun, 7 Nov 2010 22:07:34 +0000 (UTC) Received: from turtle.stack.nl (turtle.stack.nl [IPv6:2001:610:1108:5010::132]) by mx1.stack.nl (Postfix) with ESMTP id E779235A82A; Sun, 7 Nov 2010 23:07:32 +0100 (CET) Received: by turtle.stack.nl (Postfix, from userid 1677) id D182D172B6; Sun, 7 Nov 2010 23:07:32 +0100 (CET) Date: Sun, 7 Nov 2010 23:07:32 +0100 From: Jilles Tjoelker To: Garrett Cooper Message-ID: <20101107220732.GB37005@stack.nl> References: <20101105202536.GR85693@acme.spoerlein.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: current@freebsd.org Subject: Re: Files under src/ not used for building world 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: Sun, 07 Nov 2010 22:07:34 -0000 On Fri, Nov 05, 2010 at 09:42:27PM -0700, Garrett Cooper wrote: > On Fri, Nov 5, 2010 at 1:25 PM, Ulrich Spörlein wrote: > > Hey folks, not sure why, but I had a stab at looking which files were > > actually read during building world. > > bin/sh/bltin/echo.1 > I'd talk to jilles@ (weird thing is that this is installed on my machine). This is a man page for sh's echo builtin. It is a little more extensive but otherwise equivalent to the description in sh(1). It is different from bin/echo/echo.1. Unfortunately, sh's echo builtin and /bin/echo work differently. This should not have been allowed to happen, but now we are stuck with it. I suppose bin/sh/bltin/echo.1 can go away. -- Jilles Tjoelker