nixpkgs/pkgs/stdenv/generic
Eelco Dolstra 39c3cd4259 * Get rid of all the phase wrapper functions, just do that generically
in genericBuild.  This also means that you can override a phase
  function by redefining it, like

    buildPhase() {
      ... do something ...
    }

  and you still get the log nesting stuff.

* GNUmakefile is also a valid makefile name.

* Evaluate the variables $preHook and $postHook to allow more stdenv
  overrideability.

svn path=/nixpkgs/branches/stdenv-updates/; revision=10786
2008-02-20 17:10:36 +00:00
..
builder.sh * gcc-wrapper: Propagate the wrapped gcc, binutils and glibc to the 2008-02-13 19:41:37 +00:00
default-builder.sh * "." -> "source". 2005-12-05 14:11:09 +00:00
default.nix * stdenv: new attribute is64bit. 2007-05-24 13:32:18 +00:00
docs.txt * The `patch' command is now part of stdenv, so it no longer needs to 2004-09-18 17:23:18 +00:00
setup.sh * Get rid of all the phase wrapper functions, just do that generically 2008-02-20 17:10:36 +00:00