This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Sequential build of libjava
- From: Tom Tromey <tromey at redhat dot com>
- To: Brad Lucier <lucier at math dot purdue dot edu>
- Cc: gcc at gcc dot gnu dot org, java at gcc dot gnu dot org
- Date: 05 Sep 2002 12:53:41 -0600
- Subject: Re: Sequential build of libjava
- References: <200209051848.g85ImVp10363@banach.math.purdue.edu>
- Reply-to: tromey at redhat dot com
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