This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Sequential build of libjava


Hi,

On 5 Sep 2002, Tom Tromey wrote:

> 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?

No, _all_ of the target libraries, if they are started by the toplevel
Makefile are built serially.  GNU make thinks, that suddenly the jobserver
is missing and goes back to -j1.  Probably because file descriptors used
for communication with the submakes are closed or so.  This happens since,
erhm, forever.  I never quite understood, why the submakes building the
target libs miss the jobserver, but e.g. the submakes doing the normal
bootstrap in gcc/ have it available.


Ciao,
Michael.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]