[Bug 2108] Limit jobs to make.

bugzilla-daemon at rtems.org bugzilla-daemon at rtems.org
Wed Apr 3 03:39:12 UTC 2013


https://www.rtems.org/bugzilla/show_bug.cgi?id=2108

Chris Johns <chrisj at rtems.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #1 from Chris Johns <chrisj at rtems.org> 2013-04-02 22:39:12 CDT ---
Fixed on the master head. The --jobs option supports 'none', 'max', or 'half'
or a fraction to divide the number of detected processors or an integer which
forces the jobs value. The --no-smp option has been removed. For example:

 --jobs=none    # no -j option to make
 --jobs=half      # half the cpus detected
 --jobs=0.25     # a quarter the cpus detected
 --jobs=45        # force jobs to 45

-- 
Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the bugs mailing list