Brad> I don't quite understand the question---all the files in libjava Brad> (multilibed) seem to be built serially. Do other target directories build in parallel? If you cd into the libjava target build directory and use `make -j8', does that work? As far as I know there's nothing in the libjava Makefile that would cause everything to be built in serial. Tom