Date: Thu, 23 Jan 2014 14:39:14 -0500 From: John Baldwin <jhb@freebsd.org> To: David Chisnall <theraven@freebsd.org> Cc: svn-src-head@freebsd.org, Glen Barber <gjb@freebsd.org>, svn-src-all@freebsd.org, src-committers@freebsd.org, Bryan Drewery <bryan@shatow.net> Subject: Re: svn commit: r261031 - in head: . etc usr.sbin/etcupdate usr.sbin/mergemaster Message-ID: <201401231439.14819.jhb@freebsd.org> In-Reply-To: <5A563133-0BAC-4E4E-8BD5-AE64086A7B6E@FreeBSD.org> References: <201401221659.s0MGxrc7056036@svn.freebsd.org> <20140123063639.GF52955@glenbarber.us> <5A563133-0BAC-4E4E-8BD5-AE64086A7B6E@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday, January 23, 2014 10:42:36 am David Chisnall wrote: > On 22 Jan 2014, at 22:36, Glen Barber <gjb@FreeBSD.org> wrote: > > > It needs to use the build host version, because using (for example) > > powerpc resulting binary won't work on and amd64 system. > > If it's used as part of the build, then it should be part of the toolchain target and we should be using the version built there. 'make distribute' is not a normal part of the build (it's not part of buildworld or installworld). Both mergemaster and etcupdate only run it after an installworld has been performed, in which case an up-to-date services_mkdb should already be installed. Bryan, what are you running 'make distribute' for? Is this to populate a new jail from a world build? -- John Baldwin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401231439.14819.jhb>