Searched hist:248937 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/
H A DMakefilediff 248937 Sun Mar 31 00:05:21 MDT 2013 andrew When building universe ensure the required worlds are finished before
starting the kernels. Before this the kernels would be built as part of the
last architecture universe target. There can cause problems when this world
finishes before the other worlds as the host compiler may be picked up
rather than the target compiler.

The solution is to add a target to build the universe kernels that depends
on all the world targets finishing. As we may not be building a world only
depend on it when MAKE_JUST_KERNELS is undefined.

Completed in 101 milliseconds