From owner-freebsd-questions@freebsd.org Fri Jun 9 17:35:22 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 C221BBF9974 for ; Fri, 9 Jun 2017 17:35:22 +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.231]) (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 80BBA753D6 for ; Fri, 9 Jun 2017 17:35:21 +0000 (UTC) (envelope-from baho-utot@columbus.rr.com) Received: from [65.186.81.207] ([65.186.81.207:40106] helo=raspberrypi.bildanet.com) by cdptpa-omsmta03 (envelope-from ) (ecelerity 3.6.9.48312 r(Core:3.6.9.0)) with ESMTP id 75/CE-00833-E0CDA395; Fri, 09 Jun 2017 17:34:07 +0000 Received: from [192.168.1.143] (helo=desktop.example.com) by raspberrypi.bildanet.com with esmtp (Exim 4.84) (envelope-from ) id 1dJNnS-0003I6-LQ for freebsd-questions@freebsd.org; Fri, 09 Jun 2017 13:34:06 -0400 To: FreeBSD Questions From: Baho Utot Subject: Building base source Message-ID: Date: Fri, 9 Jun 2017 13:34:06 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 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 17:35:22 -0000 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? Thanks