summary refs log tree commit diff
path: root/pkgs/stdenv/generic/setup.sh
Commit message (Expand)AuthorAge
* Reverting 30393.Alexander Tsamutali2011-11-12
* development/compilers/nvidia-cg-toolkit: New nixbuild.Alexander Tsamutali2011-11-12
* Adding support for the /lib32 (there was /lib and /lib64 only), for the n32 A...Lluís Batlle i Rossell2010-08-08
* pkgs/stdenv/generic/setup.sh: added support for enableParallelBuilding variablePeter Simons2010-06-23
* reverting my patch series adding -j -l support for makeMarc Weber2010-06-19
* no longer pass -j to make without arg which means no limit on forks. This br...Marc Weber2010-06-16
* setup.sh: add -j and -l optionsMarc Weber2010-06-15
* generic/setup.sh: remove duplication: - add generic showCommand function whic...Marc Weber2010-06-15
* * Add support for lzma patches.Eelco Dolstra2009-12-18
* Fixing stdenv's chain of propagated-build-inputs (2nd level propagated buildLluís Batlle i Rossell2009-11-23
* Big fixes in the cross build:Lluís Batlle i Rossell2009-11-22
* stdenv: Let GNU tar select the decompression method.Ludovic Courtès2009-11-20
* Attention, people who care on the builders for native builds. In the stdenvLluís Batlle i Rossell2009-11-19
* * Add file support in the runHook function.Nicolas Pierron2009-11-19
* Fixing what I broke in the last commit in setup.sh.Lluís Batlle i Rossell2009-11-18
* Adding generic builder management of cross compilation: envHooksHost, pkgsHos...Lluís Batlle i Rossell2009-11-18
* Adding a check in the generic builder so it halts on the existence ofLluís Batlle i Rossell2009-11-08
* * setup-new -> setup.Eelco Dolstra2009-07-02
* * Pass --disable-static to configure by default it it's supported.Eelco Dolstra2009-04-21
* * setup.sh: turn on nullglob globally.Eelco Dolstra2009-04-18
* * gcc-wrapper: put "gcc-wrapper" in the name, e.g. "gcc-wrapper-4.3.3"Eelco Dolstra2009-03-25
* * Allow hooks like preBuild to be set both through shell functions andEelco Dolstra2009-02-01
* * Turn on Make indentation.Eelco Dolstra2009-01-19
* svn path=/nixpkgs/branches/stdenv-updates/; revision=13603Eelco Dolstra2008-12-10
* svn path=/nixpkgs/branches/stdenv-updates/; revision=13602Eelco Dolstra2008-12-10
* * Do the right thing if $sourceRoot contains spaces. Contributed byEelco Dolstra2008-11-14
* * Missing space.Eelco Dolstra2008-10-30
* * gcc-wrapper-new -> gcc-wrapper, setup-new -> setup.Eelco Dolstra2008-10-07
* * Darwin compatibility.Eelco Dolstra2008-06-11
* * Automatically patch shebang paths ("#! /interpreter") to storeEelco Dolstra2008-06-11
* * Implement the succeedOnFailure flag by trapping EXIT. This makesEelco Dolstra2008-04-23
* * Some variables to make it easier to inject additional phases.Eelco Dolstra2008-03-20
* * stripDirs: nest the output.Eelco Dolstra2008-03-20
* * Add some missing pre/post hooks.Eelco Dolstra2008-03-18
* * fixupPhase: don't barf if the output doesn't exist yet.Eelco Dolstra2008-03-18
* * Oops, don't pass --prefix twice.Eelco Dolstra2008-03-18
* * substitute: support patterns starting with a dash.Eelco Dolstra2008-02-22
* * Merge the makeFlags check.Eelco Dolstra2008-02-21
|\
| * Fixed setup.sh - non-default Makefile may be passed in makeFlags. OpenFire ad...Michael Raskin2008-02-21
| * * Get rid of all the phase wrapper functions, just do that genericallyEelco Dolstra2008-02-20
| * * buildPhase: skip if there is no Makefile (just like configurePhaseEelco Dolstra2008-02-20
* | * Don't strip all symbols from $out/bin by default, since it makesEelco Dolstra2008-02-21
| |
| \
| \
| \
*---. \ * Merged most of the stdenv-updates branch. Some stuff didn'tEelco Dolstra2008-02-20
|\ \ \ \ | | | |/ | | |/|
| | * | Ported replace renaming to replace-literal to avoid conflict with MySQL packa...Michael Raskin2008-02-15
| | * | * Add --disable-dependency-tracking to the configure flags ifEelco Dolstra2008-02-13
| | * | * substitute() in stdenv: use the replace program instead of awfulEelco Dolstra2008-02-13
| |/ /
| * / * Use gzip -d / bzip2 -d instead of gunzip / bunzip2.Eelco Dolstra2007-12-03
| |/
| * Spacing in setup.shYury G. Kudryashov2007-11-17
| * Now all the files setup-new-2.sh, setup-new.sh and setup.sh are the same file.Yury G. Kudryashov2007-11-17
|/
* * Merge setup-new.sh.Eelco Dolstra2007-05-24