Date: Sat, 30 Jan 2021 17:14:24 +0000 From: Steve O'Hara-Smith <steve@sohara.org> To: freebsd-questions@freebsd.org Cc: RW <rwmaillists@googlemail.com> Subject: Re: make config-recursive for an individual port Message-ID: <20210130171424.b9e0f55048c5c3b9cff042f5@sohara.org> In-Reply-To: <20210130170828.0299f4b5@gumby.homeunix.com> References: <5dfb1c4a-d7b3-2059-c76e-7cfd1490c812@dreamchaser.org> <20210130170828.0299f4b5@gumby.homeunix.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 30 Jan 2021 17:08:28 +0000 RW via freebsd-questions <freebsd-questions@freebsd.org> wrote: > Because that's what the "-recursive" part means - configure the current > port and anything it depends on. When you "make install" it will build > the dependencies that aren't already installed. It helps minimise building to use make missing to get a list of dependencies and install those with pkg install -A. -- Steve O'Hara-Smith <steve@sohara.org>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20210130171424.b9e0f55048c5c3b9cff042f5>