Re: [U-Boot] [PATCH] Makefile: fix parallel build

2009-12-15 Thread Mike Frysinger
On Tuesday 15 December 2009 04:21:02 Daniel Hobi wrote: > On 11.12.2009 20:25, Mike Frysinger wrote: > > On Thursday 10 December 2009 08:41:07 Daniel Hobi wrote: > >> During parallel build, the top Makefile spawns multiple sub-makes > >> for targets in cpu/$(CPU). If cpu/$(CPU)/.depend is not prese

Re: [U-Boot] [PATCH] Makefile: fix parallel build

2009-12-15 Thread Daniel Hobi
On 11.12.2009 20:25, Mike Frysinger wrote: > On Thursday 10 December 2009 08:41:07 Daniel Hobi wrote: >> During parallel build, the top Makefile spawns multiple sub-makes >> for targets in cpu/$(CPU). If cpu/$(CPU)/.depend is not present, the >> sub-makes may end up generating this file simultaneou

Re: [U-Boot] [PATCH] Makefile: fix parallel build

2009-12-11 Thread Mike Frysinger
On Thursday 10 December 2009 08:41:07 Daniel Hobi wrote: > During parallel build, the top Makefile spawns multiple sub-makes > for targets in cpu/$(CPU). If cpu/$(CPU)/.depend is not present, the > sub-makes may end up generating this file simultaneously which leads > to corrupted content. > > A t

[U-Boot] [PATCH] Makefile: fix parallel build

2009-12-10 Thread Daniel Hobi
During parallel build, the top Makefile spawns multiple sub-makes for targets in cpu/$(CPU). If cpu/$(CPU)/.depend is not present, the sub-makes may end up generating this file simultaneously which leads to corrupted content. A typical error message is: .depend:39: *** multiple target patterns.