help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

default number of JOBS


From: John Breitenbach
Subject: default number of JOBS
Date: Mon, 27 Jul 2009 09:12:35 -0400
User-agent: Thunderbird 2.0.0.12 (X11/20080213)

Is there anything I can put in my makefile to specify a default number of jobs?

I think I see a path where I can test MAKEFLAGS and then perhaps invoke a submake with the desired -j something.
I hoping for something like:

# this makefile has been tested for and is known to build reliably for up to 6 simultaneous jobs.
.MAKE_JOBS := 6

And with this capability, and identifying the jobs flag from the command line, you can implement a max or min number of jobs.

Thanks, John




reply via email to

[Prev in Thread] Current Thread [Next in Thread]