From owner-freebsd-questions@freebsd.org Thu Nov 15 14:58:12 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9CCE21100431 for ; Thu, 15 Nov 2018 14:58:12 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.ilk.org (be-well.ilk.org [23.30.133.173]) by mx1.freebsd.org (Postfix) with ESMTP id 2A8C770533 for ; Thu, 15 Nov 2018 14:58:12 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from lowell-desk.be-well.ilk.org (router.lan [172.30.250.2]) by be-well.ilk.org (Postfix) with ESMTP id 5E91F33C0B; Thu, 15 Nov 2018 09:50:00 -0500 (EST) Received: by lowell-desk.be-well.ilk.org (Postfix, from userid 1147) id 02F8414AA6BB; Thu, 15 Nov 2018 09:49:59 -0500 (EST) From: Lowell Gilbert To: Yasuhiro KIMURA Cc: freebsd-questions@freebsd.org Subject: Re: Building and installing base system from source tree in non-default directory References: <20181115.130309.304364958164187844.yasu@utahime.org> Date: Thu, 15 Nov 2018 09:49:59 -0500 In-Reply-To: <20181115.130309.304364958164187844.yasu@utahime.org> (Yasuhiro KIMURA's message of "Thu, 15 Nov 2018 13:03:09 +0900 (JST)") Message-ID: <44wope1jl4.fsf@be-well.ilk.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain X-Rspamd-Queue-Id: 2A8C770533 X-Spamd-Result: default: False [-0.55 / 200.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.75)[-0.748,0]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; NEURAL_SPAM_SHORT(0.28)[0.277,0]; NEURAL_HAM_LONG(-0.92)[-0.916,0]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[ilk.org]; AUTH_NA(1.00)[]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MX_GOOD(-0.01)[cached: be-well.ilk.org]; RCPT_COUNT_TWO(0.00)[2]; R_SPF_NA(0.00)[]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; IP_SCORE(-0.15)[ip: (0.11), ipnet: 23.30.0.0/15(0.06), asn: 7922(-0.84), country: US(-0.10)]; ASN(0.00)[asn:7922, ipnet:23.30.0.0/15, country:US]; MID_RHS_MATCH_FROM(0.00)[] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Nov 2018 14:58:12 -0000 Yasuhiro KIMURA writes: > Is it possible to checkout base source tree to somewhere other than > /usr/src and to build and install base system by using it? > > If it is possible then are some special settings in /etc/src.conf > and/or additional arguments of make(1) required? Or do simply going > to top of source tree and executing 'make buildworld' or other targets > work fine? To the best of my recall, it should just work.