svn commit: r248331 - in stable/9: . usr.bin/xinstall
John Baldwin
jhb at freebsd.org
Mon Mar 18 14:22:17 UTC 2013
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
More information about the svn-src-stable
mailing list