Sequential build of libjava
Tom Tromey
tromey@redhat.com
Thu Sep 5 19:17:00 GMT 2002
>>>>> "Brad" == Brad Lucier <lucier@math.purdue.edu> writes:
Brad> I don't want to put "MAKE=make -j 8" for submakes, since then I
Brad> might get 64 or 512 or ... processes running all at once. I
Brad> *like* how gnu make keeps the total number of jobs at 8 with
Brad> "make -j 8".
Try it and see. I think there probably won't be a problem. Recursive
invocations of make tend to happen in a loop, forcing them to be
serialized.
Tom
More information about the Java
mailing list