Re: [Mesa-dev] [PATCH] radeon: Fix parallel builds

2012-10-05 Thread Maarten Lankhorst
Hey Andreas, Op 05-10-12 15:44, Andreas Radke schreef: > Am Thu, 04 Oct 2012 16:05:33 +0200 > schrieb Maarten Lankhorst : > >> Op 04-10-12 15:50, Maarten Lankhorst schreef: >>> The generated td files won't initially show up in the *.td depend, >>> which opens up a small race in which parallel buil

Re: [Mesa-dev] [PATCH] radeon: Fix parallel builds

2012-10-05 Thread Andreas Radke
Am Thu, 04 Oct 2012 16:05:33 +0200 schrieb Maarten Lankhorst : > Op 04-10-12 15:50, Maarten Lankhorst schreef: > > The generated td files won't initially show up in the *.td depend, > > which opens up a small race in which parallel build can fail. > > > Seems the upstream fix cebbdd4ac23725 wasn't

Re: [Mesa-dev] [PATCH] radeon: Fix parallel builds

2012-10-04 Thread Maarten Lankhorst
Op 04-10-12 15:50, Maarten Lankhorst schreef: > The generated td files won't initially show up in the *.td depend, which > opens up a small race in which parallel build can fail. > Seems the upstream fix cebbdd4ac23725 wasn't pushed to 9.0 branch yet. ~Maarten _

[Mesa-dev] [PATCH] radeon: Fix parallel builds

2012-10-04 Thread Maarten Lankhorst
The generated td files won't initially show up in the *.td depend, which opens up a small race in which parallel build can fail. Signed-off-by: Maarten Lankhorst --- diff --git a/src/gallium/drivers/radeon/Makefile b/src/gallium/drivers/radeon/Makefile index 43f668a..983789c 100644 --- a/src/gal