From owner-svn-src-stable-7@FreeBSD.ORG Fri May 29 17:29:42 2009 Return-Path: Delivered-To: svn-src-stable-7@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 034031065686; Fri, 29 May 2009 17:29:42 +0000 (UTC) (envelope-from avg@freebsd.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 2A7518FC14; Fri, 29 May 2009 17:29:39 +0000 (UTC) (envelope-from avg@freebsd.org) Received: from porto.topspin.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id UAA25199; Fri, 29 May 2009 20:17:48 +0300 (EEST) (envelope-from avg@freebsd.org) Received: from localhost.topspin.kiev.ua ([127.0.0.1] helo=edge.pp.kiev.ua) by porto.topspin.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1MA5iG-000ASi-E4; Fri, 29 May 2009 20:17:48 +0300 Message-ID: <4A2018BA.9040305@freebsd.org> Date: Fri, 29 May 2009 20:17:46 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.21 (X11/20090406) MIME-Version: 1.0 To: Niclas Zeising References: <200905291442.n4TEg290077819@svn.freebsd.org> <4A2016DC.80001@gmail.com> In-Reply-To: <4A2016DC.80001@gmail.com> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-7@freebsd.org Subject: Re: svn commit: r193040 - stable/7 X-BeenThere: svn-src-stable-7@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 7-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 May 2009 17:29:42 -0000 on 29/05/2009 20:09 Niclas Zeising said the following: > > Is it possible to get something along this line in 8-CURRENT as well? I > accidentally removed btxld once and when I was building world it stopped > in sys/boot because it was missing. I had to manually build and install > it before i could continue with my buildworld, which was a bit annoying. Short answer: no, it was your fault :-) Long answer: possibly - there are a number of tools that are always used from /usr/obj (so to speak), but some other tools are used that way only if there is a good reason to do so. But I think that we could always use those latter tools from /usr/obj, I don't see why we couldn't. -- Andriy Gapon