Building java library is slow
Bryce McKinlay
bryce@waitaki.otago.ac.nz
Wed Mar 27 18:35:00 GMT 2002
Brad Lucier wrote:
>>>The java library seems to be made serially, even when "make -j 8' is
>>>specified. Is there an easy way to fix this?
>>>
>>BTW you did:
>>
>>make MAKE="make -j 8"
>>
>>right?
>>
>
>No, I just do "make -j 8", which seems to have done the right
>thing with the rest of the bootstrap build since about make 3.78.1
>or so.
>
Can you make sure the "-j" flag is getting passed down to the instance
of "make" which is run for the libjava directory? I always used to use
`MAKE="make -j 2"` or whatever, I didn't realise it worked the other way.
regards
Bryce.
More information about the Gcc
mailing list