On Wed, 2003-10-29 at 13:16, Little, Chris wrote: > apparently this behavior only shows itself with a "make -j2 image"
Even on intel, make -jN for N>1 can behave oddly. The dependency checking gets all confused with multiple gcc processes running in parallel. Adam
