Date: Sun, 7 Nov 2010 23:07:32 +0100 From: Jilles Tjoelker <jilles@stack.nl> To: Garrett Cooper <gcooper@FreeBSD.org> Cc: current@freebsd.org Subject: Re: Files under src/ not used for building world Message-ID: <20101107220732.GB37005@stack.nl> In-Reply-To: <AANLkTin09MBwpaW%2Bp8g-Rx7jRzMrRgpg15TM9MOAkj7a@mail.gmail.com> References: <20101105202536.GR85693@acme.spoerlein.net> <AANLkTin09MBwpaW%2Bp8g-Rx7jRzMrRgpg15TM9MOAkj7a@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <uqs@spoerlein.net> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20101107220732.GB37005>