simon-git: bob (master): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Sat Jun 2 08:59:42 BST 2018


TL;DR:
  3519816 Add a -j option.

Repository:     https://git.tartarus.org/simon/bob.git
On the web:     https://git.tartarus.org/?p=simon/bob.git
Branch updated: master
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2018-06-02 08:59:42

commit 35198164c3290d192ffed323951fea5e69384156
web diff https://git.tartarus.org/?p=simon/bob.git;a=commitdiff;h=35198164c3290d192ffed323951fea5e69384156;hp=a2158981ab5e2a20b3adc67f101fc77add895cf6
Author: Simon Tatham <anakin at pobox.com>
Date:   Sat Jun 2 08:57:23 2018 +0100

    Add a -j option.
    
    This doesn't do anything mandatory, but it sets the variable 'nproc'
    which build scripts can pick up and add to their make commands if they
    deem it appropriate.
    
    The point is that firstly I can autodetect a sensible value when bob
    starts up, and secondly, if for some reason I want to run a bob job
    with _less_ parallelism (e.g. my machine is also doing something else
    more important), I can override it on the bob command line to lower
    the parallelism across all parallel makes in the build.

 bob     |  8 +++++++-
 bob.but | 21 +++++++++++++++++++++
 bumf.py |  1 +
 3 files changed, 29 insertions(+), 1 deletion(-)



More information about the tartarus-commits mailing list