Re: [PATCH] Build failure with parallel make

2024-04-08 Thread Jim Hague via Bird-users
On 08/04/2024 14:55, Ondrej Zajicek wrote: On Mon, Apr 08, 2024 at 12:26:45PM +0100, Jim Hague via Bird-users wrote: While building a Buildroot project, I ran into an occasional Bird build failure. In a parallel make environment, nest can try to write proto-build.c to objdir/nest before that dir

Re: [PATCH] Build failure with parallel make

2024-04-08 Thread Ondrej Zajicek via Bird-users
On Mon, Apr 08, 2024 at 12:26:45PM +0100, Jim Hague via Bird-users wrote: > Hi all, > > While building a Buildroot project, I ran into an occasional Bird build > failure. In a parallel make environment, nest can try to write proto-build.c > to objdir/nest before that directory exists. I think this

[PATCH] Build failure with parallel make

2024-04-08 Thread Jim Hague via Bird-users
Hi all, While building a Buildroot project, I ran into an occasional Bird build failure. In a parallel make environment, nest can try to write proto-build.c to objdir/nest before that directory exists. I think this patch fixes: --- nest/Makefile.orig    2024-04-08 11:47:50.917918157 +0100 ++