From owner-freebsd-questions@freebsd.org Fri Jun 9 20:04:42 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B0C61BFC230 for ; Fri, 9 Jun 2017 20:04:42 +0000 (UTC) (envelope-from baho-utot@columbus.rr.com) Received: from cdptpa-oedge-vip.email.rr.com (cdptpa-outbound-snat.email.rr.com [107.14.166.230]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cdptpa-oedge", Issuer "cdptpa-oedge" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 784E37A9A9 for ; Fri, 9 Jun 2017 20:04:41 +0000 (UTC) (envelope-from baho-utot@columbus.rr.com) Received: from [65.186.81.207] ([65.186.81.207:40179] helo=raspberrypi.bildanet.com) by cdptpa-omsmta03 (envelope-from ) (ecelerity 3.6.9.48312 r(Core:3.6.9.0)) with ESMTP id 28/C3-00833-69EFA395; Fri, 09 Jun 2017 20:01:26 +0000 Received: from [192.168.1.143] (helo=desktop.example.com) by raspberrypi.bildanet.com with esmtp (Exim 4.84) (envelope-from ) id 1dJQ61-0003LS-NQ for freebsd-questions@freebsd.org; Fri, 09 Jun 2017 16:01:25 -0400 Subject: Re: Building base source To: FreeBSD Questions References: <44y3t19e5i.fsf@lowell-desk.lan> From: Baho Utot Message-ID: <872fe20f-fece-9980-2c8f-10e9492ab786@columbus.rr.com> Date: Fri, 9 Jun 2017 16:01:25 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <44y3t19e5i.fsf@lowell-desk.lan> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-RR-Connecting-IP: 107.14.168.88:25 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jun 2017 20:04:42 -0000 On 06/09/17 15:03, Lowell Gilbert wrote: > Baho Utot writes: > >> I am experimenting with building the base source. >> >> What do I need to set (which knobs) to be able to build the base >> source and have the binaries built into a home directory. >> >> The source will be in /usr/src but I want all the binaries and all >> other files produced by the build to goto in >> /usr/home/FreeBSD/base/target. >> >> Will it be a copy of want is installed in the / (root) filesystem? > > https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html > I have already looked at that. That is why I have the questions. I want to build the base as a user and have it install its stuff into a subdirectory. The link tells me how to build and install from source to the root directory, that is not what I was asking.