nixpkgs/pkgs/stdenv/generic
Peter Simons 226e0c7646 pkgs/stdenv/generic/setup.sh: added support for enableParallelBuilding variable
If a build expressions has set "enableParallelBuilding = true", then the
generic builder may utilize more than one CPU core to build that particular
expression. This feature works out of the box for GNU Make. Expressions that
use other build drivers like Boost.Jam or SCons have to specify appropriate
flags such as "-j${NIX_BUILD_CORES}" themselves.

svn path=/nixpkgs/branches/stdenv-updates/; revision=22399
2010-06-23 14:34:59 +00:00
..
builder.sh
default-builder.sh
default.nix stdenv: Add `isx86_64'. 2010-04-24 11:08:24 +00:00
docs.txt
setup.sh pkgs/stdenv/generic/setup.sh: added support for enableParallelBuilding variable 2010-06-23 14:34:59 +00:00