nixpkgs/pkgs/stdenv
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
..
generic pkgs/stdenv/generic/setup.sh: added support for enableParallelBuilding variable 2010-06-23 14:34:59 +00:00
linux Reverting r22258. I got confused; we don't need a new gcc build in stdenvLinux, 2010-06-14 21:40:11 +00:00
mingw
native Move "fetchurl restricted" code to requireFile. 2010-05-03 09:13:17 +00:00
nix Updating from trunk. 2009-12-10 14:48:45 +00:00
adapters.nix Making gcc cross-buildable, at least for glibc. 2010-03-06 21:41:01 +00:00
common-path.nix
default.nix