From owner-freebsd-questions@freebsd.org Thu Nov 15 16:59:17 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 98BF0110331B for ; Thu, 15 Nov 2018 16:59:17 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from gate.utahime.jp (ipq210.utahime.jp [183.180.29.210]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B6BFF747E9 for ; Thu, 15 Nov 2018 16:59:15 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by gate.utahime.jp (Postfix) with ESMTPS id 68D0A176E3; Fri, 16 Nov 2018 01:59:11 +0900 (JST) Received: from eastasia.home.utahime.org (localhost [127.0.0.1]) by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id B97463A8C9; Fri, 16 Nov 2018 01:59:10 +0900 (JST) Received: from localhost (rolling.home.utahime.org [192.168.174.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by eastasia.home.utahime.org (Postfix) with ESMTPSA id 0293D3A8C8; Fri, 16 Nov 2018 01:59:08 +0900 (JST) Date: Fri, 16 Nov 2018 01:58:41 +0900 (JST) Message-Id: <20181116.015841.712407920792928807.yasu@utahime.org> To: freebsd-questions@freebsd.org Subject: Re: Building and installing base system from source tree in non-default directory From: Yasuhiro KIMURA In-Reply-To: <44wope1jl4.fsf@be-well.ilk.org> References: <20181115.130309.304364958164187844.yasu@utahime.org> <44wope1jl4.fsf@be-well.ilk.org> X-Mailer: Mew version 6.8 on Emacs 26.1 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP X-Rspamd-Queue-Id: B6BFF747E9 X-Spamd-Result: default: False [0.76 / 200.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-0.11)[-0.109,0]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+a:spf-authorized.utahime.org]; MV_CASE(0.50)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[utahime.org]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-0.88)[-0.875,0]; RCVD_COUNT_THREE(0.00)[4]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MX_GOOD(-0.01)[cached: mx1.utahime.org]; MID_CONTAINS_FROM(1.00)[]; NEURAL_SPAM_SHORT(0.32)[0.316,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:2519, ipnet:183.180.0.0/16, country:JP]; IP_SCORE(0.24)[asn: 2519(1.31), country: JP(-0.10)] 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 16:59:17 -0000 From: Lowell Gilbert Subject: Re: Building and installing base system from source tree in non-default directory Date: Thu, 15 Nov 2018 09:49:59 -0500 > To the best of my recall, it should just work. Thank you for reply. I'm going to update my 13-CURRENT system this weekend. So I will try it. --- Yasuhiro KIMURA