Date: Mon, 18 Mar 2013 09:45:57 -0400 From: John Baldwin <jhb@freebsd.org> To: Jeremy Chadwick <jdc@koitsu.org> Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, Brooks Davis <brooks@freebsd.org>, src-committers@freebsd.org, svn-src-stable-9@freebsd.org Subject: Re: svn commit: r248331 - in stable/9: . usr.bin/xinstall Message-ID: <201303180945.57393.jhb@freebsd.org> In-Reply-To: <20130318024922.GA24535@icarus.home.lan> References: <201303151519.r2FFJYjS060493@svn.freebsd.org> <20130318024922.GA24535@icarus.home.lan>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sunday, March 17, 2013 10:49:22 pm Jeremy Chadwick wrote: > Please see PR 177055. This MFC has broken mergmaster for at least a > couple people. The PR should really be rated high priority: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=177055 > > http://lists.freebsd.org/pipermail/freebsd-stable/2013-March/072848.html Probably breaks etcupdate as well. Both of these tools use the host's tools and not the cross-built tools as they just run 'make distribute'. The right fix might be as simple as making those make targets use XMAKE so that if a world is built they use the cross-built tools instead of the host's tools? -- John Baldwin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303180945.57393.jhb>