Re: [PATCH] [BUILD] fix parallel build

2018-05-29 Thread Herbert Xu
Yann E. MORIN wrote: > When neither token.h nor token_var.h exist, and we are building in > parallel, it is possible that make will spawn two mktokens at roughly > the same time, because of two different rules, one that needs token.h ad > another that need token_vars.h. > > For example, make can

[PATCH] [BUILD] fix parallel build

2018-05-28 Thread Yann E. MORIN
When neither token.h nor token_var.h exist, and we are building in parallel, it is possible that make will spawn two mktokens at roughly the same time, because of two different rules, one that needs token.h ad another that need token_vars.h. For example, make can have a dependency chain toward