From owner-svn-src-stable@FreeBSD.ORG Fri May 29 17:26:02 2009 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA2BD1065687; Fri, 29 May 2009 17:26:02 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: from mx6.bahnhof.se (mx6.bahnhof.se [213.80.101.16]) by mx1.freebsd.org (Postfix) with ESMTP id 684EA8FC13; Fri, 29 May 2009 17:26:02 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: from localhost (mx6.local [127.0.0.1]) by mx6-reinject (Postfix) with ESMTP id F1BE5211074; Fri, 29 May 2009 19:26:00 +0200 (CEST) Received: from mx6.bahnhof.se ([127.0.0.1]) by localhost (mx6.bahnhof.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 89095-10; Fri, 29 May 2009 19:25:56 +0200 (CEST) Received: from [79.136.90.99] (h-90-99.A163.priv.bahnhof.se [79.136.90.99]) by mx6.bahnhof.se (Postfix) with ESMTP id B6E362110B9; Fri, 29 May 2009 19:25:56 +0200 (CEST) Received: from 127.0.0.1 (AVG SMTP 8.5.339 [270.12.44/2140]); Fri, 29 May 2009 19:25:56 +0200 Message-ID: <4A201AA4.2080106@gmail.com> Date: Fri, 29 May 2009 19:25:56 +0200 From: Niclas Zeising User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: Andriy Gapon References: <200905291442.n4TEg290077819@svn.freebsd.org> <4A2016DC.80001@gmail.com> <4A2018BA.9040305@freebsd.org> In-Reply-To: <4A2018BA.9040305@freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new using ClamAV at bahnhof.se (MX6) X-Spam-Status: No, score=1.44 tagged_above=-99 required=5 tests=[DNS_FROM_RFC_POST=1.44] X-Spam-Score: 1.44 X-Spam-Level: * 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@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 May 2009 17:26:03 -0000 Andriy Gapon wrote: > 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. Obviously it was my fault, and had it bin cc or make I wouldn't have complained, but it's such a small utility, I didn't even know it existed or that it was needed... I was just asking, I apologize if I sounded a bit angry in the previous mail. Regards! //Niclas --