guix build: Add '--max-jobs' option.
authorLudovic Courtès <ludo@gnu.org>
Tue, 25 Nov 2014 21:32:26 +0000 (22:32 +0100)
committerLudovic Courtès <ludo@gnu.org>
Tue, 25 Nov 2014 21:37:44 +0000 (22:37 +0100)
commitf6526eb330c6be9c20cf9486b59d7f9ea84ffda3
tree3427d23e92b0cdb583b82b4f0fde26241b32e1d6
parent1b366ee4f6dff35b3bef259f4a64832b580178c9
guix build: Add '--max-jobs' option.

Suggested by Deck Pickard <deck.r.pickard@gmail.com>.

* guix/scripts/build.scm (show-build-options-help): Document
  --max-jobs.
  (set-build-options-from-command-line): Pass #:max-build-jobs.
  (%standard-build-options): Add --max-jobs.
* doc/guix.texi (Invoking guix-daemon): Document the meaning of
  '--max-jobs 0'.
  (Invoking guix build): Document --max-jobs, with a reference to
  "Invoking guix-daemon'.
doc/guix.texi
guix/scripts/build.scm