This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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


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


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