git: Fix buildkernel without -j.

Sepherosa Ziehau sepherosa at gmail.com
Sat Mar 19 03:35:36 PDT 2011


On Sat, Mar 19, 2011 at 4:17 PM, Sascha Wildner
<swildner at crater.dragonflybsd.org> wrote:
>
> commit 82011fa5f8b50d29a1ddbc45a28774edf7dfbacf
> Author: Sascha Wildner <saw at online.de>
> Date:   Sat Mar 19 09:17:29 2011 +0100
>
>    Fix buildkernel without -j.
>
>    One of the recent commits by sephe caused genassym.c to depend on
>    bus_if.h and device_if.h (via machintr.h via bus.h).
>
>    However, without -j, these headers would not be generated (from
>    the .m files) before genassym.c was compiled, causing the kernel
>    build to break.
>
>    As a fix, make genassym.c depend on these headers in the Makefile.
>
>    The interesting bit is that this is one of the cases where it
>    breaks without -j but _does_ work with -j 1 (read: one) due to
>    the different handling of no -j vs. -j 1 in make(1).

Grrr, thanks

Cheers,
sephe

-- 
Tomorrow Will Never Die






More information about the Commits mailing list