make universe fails on ARM

Andrew Turner andrew at fubar.geek.nz
Fri Mar 29 05:04:24 UTC 2013


On Tue, 26 Mar 2013 13:07:34 -0700
Adrian Chadd <adrian at freebsd.org> wrote:

> Hi,,
> 
> make universe on -HEAD is failing on ARM:
...

I have a patch I'm testing to fix this.

The problem is the kernels are built in the same target as the last
world. This works when each world for a given arch is built in order
and takes the same length of time. If, however, one or more worlds is
slower than the last then the kernels may be built before the toolchain
is ready.

I have fixed this by adding a kernel target that depends on all worlds
for the given arch. I will commit it when my universe has finished
building.

Andrew


More information about the freebsd-arm mailing list