summaryrefslogtreecommitdiffstats
path: root/pkgs/stdenv/generic/default-builder.sh
AgeCommit message (Collapse)Author
2005-12-05* "." -> "source".Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=4335
2004-09-18* The `patch' command is now part of stdenv, so it no longer needs toEelco Dolstra
be passed to derivations that need to apply patches. * GCC 3.4 is now the default compiler (old GCC renamed to `gcc-3.3'). * The temporary GCCs built during the stdenvLinux bootstrap are now built without C++ support and without profiling. * Remove fixincl in GCC 3.4 to prevent a retained dependency on the previous GCC. * Always set $prefix in setup.sh, even when there is no configure script. svn path=/nixpkgs/trunk/; revision=1444
2004-09-17* Replace stdenv-generic with its branch (step 1).Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=1422
2004-03-29* Remove trivial builders.Eelco Dolstra
* Make builders unexecutable by removing the hash-bang line and execute permission. * Convert calls to `derivation' to `mkDerivation'. * Remove `system' and `stdenv' attributes from calls to `mkDerivation'. These transformations were all done automatically, so it is quite possible I broke stuff. * Put the `mkDerivation' function in stdenv/generic. svn path=/nixpkgs/trunk/; revision=874