summary refs log tree commit diff
path: root/pkgs/stdenv/generic/setup.sh
AgeCommit message (Expand)AuthorFilesLines
2012-05-01* Add an installCheckPhase.Eelco Dolstra1-1/+16
2012-04-04Revert r33547Shea Levy1-1/+1
2012-04-04tar doesn't need -f - to read from stdinShea Levy1-1/+1
2012-04-04Don't do verbose unpacking, it's just log noiseShea Levy1-3/+3
2012-02-17Honor propagatedUserEnvPackages in setup.shShea Levy1-0/+5
2012-01-19* Doh.Eelco Dolstra1-1/+1
2012-01-19* Don't rely on tar knowing about .xz.Eelco Dolstra1-0/+4
2012-01-19* "test" -> "[ ... ]" (style cleanup).Eelco Dolstra1-70/+70
2012-01-19* Prepend the "prehook" rather than sourcing it.Eelco Dolstra1-1/+1
2012-01-19* The postHook substitution is not used anywhere, so get rid of it.Eelco Dolstra1-4/+1
2012-01-19* Remove an unnecessary check.Eelco Dolstra1-4/+0
2012-01-19* Get rid of params1-5, they're obsolete.Eelco Dolstra1-8/+3
2012-01-19* Don't use the "replace-literal" command in stdenv; instead useEelco Dolstra1-13/+9
2012-01-19* Seems that bash 3.2 on Mac OS X doesn't know the \e Eelco Dolstra1-2/+2
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra1-8/+8
2011-12-12* Remove the NIX_STRIP_DEBUG flag. It was undocumented and confusingEelco Dolstra1-7/+0
2011-10-27* Only print "@ phase..." messages on demand since they're kind ofEelco Dolstra1-7/+11
2011-07-28Add a substituteAllInPlace() function to stdenvShea Levy1-0/+7
2011-03-09Improving a bit the manpage gzip code. I decided to gzip hard links and softLluís Batlle i Rossell1-3/+11
2011-03-09Adding a manpage gzipping stage in the fixupPhase. This should go unnoticed,Lluís Batlle i Rossell1-0/+6
2011-02-25stdenv: Emit `phase-started' and `phase-succeeded' events.Ludovic Courtès1-0/+6
2010-08-08Adding support for the /lib32 (there was /lib and /lib64 only), for the n32 A...Lluís Batlle i Rossell1-0/+3
2010-06-23pkgs/stdenv/generic/setup.sh: added support for enableParallelBuilding variablePeter Simons1-0/+19
2010-06-19reverting my patch series adding -j -l support for makeMarc Weber1-23/+10
2010-06-16no longer pass -j to make without arg which means no limit on forks. This br...Marc Weber1-1/+1
2010-06-15setup.sh: add -j and -l optionsMarc Weber1-1/+11
2010-06-15generic/setup.sh: remove duplication: - add generic showCommand function whic...Marc Weber1-10/+13
2009-12-18* Add support for lzma patches.Eelco Dolstra1-0/+3
2009-11-23Fixing stdenv's chain of propagated-build-inputs (2nd level propagated buildLluís Batlle i Rossell1-1/+1
2009-11-22Big fixes in the cross build:Lluís Batlle i Rossell1-1/+8
2009-11-20stdenv: Let GNU tar select the decompression method.Ludovic Courtès1-7/+3
2009-11-19Attention, people who care on the builders for native builds. In the stdenvLluís Batlle i Rossell1-15/+21
2009-11-19* Add file support in the runHook function.Nicolas Pierron1-5/+6
2009-11-18Fixing what I broke in the last commit in setup.sh.Lluís Batlle i Rossell1-6/+7
2009-11-18Adding generic builder management of cross compilation: envHooksHost, pkgsHos...Lluís Batlle i Rossell1-4/+22
2009-11-08Adding a check in the generic builder so it halts on the existence ofLluís Batlle i Rossell1-0/+4
2009-07-02* setup-new -> setup.Eelco Dolstra1-4/+4
2009-04-21* Pass --disable-static to configure by default it it's supported.Eelco Dolstra1-0/+7
2009-04-18* setup.sh: turn on nullglob globally.Eelco Dolstra1-91/+16
2009-03-25* gcc-wrapper: put "gcc-wrapper" in the name, e.g. "gcc-wrapper-4.3.3"Eelco Dolstra1-1/+4
2009-02-01* Allow hooks like preBuild to be set both through shell functions andEelco Dolstra1-23/+37
2009-01-19* Turn on Make indentation.Eelco Dolstra1-0/+4
2008-12-10svn path=/nixpkgs/branches/stdenv-updates/; revision=13603Eelco Dolstra1-1/+1
2008-12-10svn path=/nixpkgs/branches/stdenv-updates/; revision=13602Eelco Dolstra1-2/+2
2008-11-14* Do the right thing if $sourceRoot contains spaces. Contributed byEelco Dolstra1-2/+2
2008-10-30* Missing space.Eelco Dolstra1-1/+1
2008-10-07* gcc-wrapper-new -> gcc-wrapper, setup-new -> setup.Eelco Dolstra1-90/+22
2008-06-11* Darwin compatibility.Eelco Dolstra1-3/+3
2008-06-11* Automatically patch shebang paths ("#! /interpreter") to storeEelco Dolstra1-0/+26
2008-04-23* Implement the succeedOnFailure flag by trapping EXIT. This makesEelco Dolstra1-35/+57