summaryrefslogtreecommitdiff
path: root/guix/build/gnu-build-system.scm
Commit message (Expand)AuthorAge
* Support build-cores = 0; change `guix-build' to default to 0.Ludovic Courtès2012-10-05
* build-system/gnu: Fix `#:path-exclusions' handling.Ludovic Courtès2012-09-06
* build-system/gnu: Really apply patches.Ludovic Courtès2012-09-01
* build-system/gnu: Add `path-exclusions' parameter.Ludovic Courtès2012-09-01
* build-system/gnu: Honor the `patch-shebangs?' and `strip-binaries?' parameters.Ludovic Courtès2012-08-31
* build-system/gnu: Add a `strip' phase.Ludovic Courtès2012-08-31
* build-system/gnu: Always invoke `configure' with a relative path.Ludovic Courtès2012-08-30
* build-system/gnu: Add `out-of-source?' keyword parameter.Ludovic Courtès2012-08-23
* build-system/gnu: Augment $PATH with $out for `patch-shebangs'.Ludovic Courtès2012-08-19
* build-system/gnu: Add a `patch-shebangs' phase.Ludovic Courtès2012-08-19
* build-system/gnu: Set $PKG_CONFIG_PATH.Ludovic Courtès2012-07-07
* build-system/gnu: Support parallel builds and tests.Ludovic Courtès2012-07-07
* gnu-build-system: Dump the values of environment variables.Ludovic Courtès2012-07-06
* build-system/gnu: Add a `patch' phase.Ludovic Courtès2012-07-05
* gnu-build-system: Improve the `configure' and `check' phases.Ludovic Courtès2012-07-02
* gnu-build-system: Print the `configure' flags.Ludovic Courtès2012-07-02
* gnu-build-system: Fix "libdir" and "includedir" for multiple-output drvs.Ludovic Courtès2012-07-02
* gnu-build-system: Structure as a customizable sequence of phases.Ludovic Courtès2012-06-16
* Add supporting tools for the GNU Build System.Ludovic Courtès2012-06-13