aboutsummaryrefslogtreecommitdiff
path: root/guix/build/gnu-build-system.scm
Commit message (Expand)AuthorAge
...
* build-system/gnu: Pass --build=<triplet> to configure by default.Mark H Weaver2015-07-13
* build-system/gnu: #:validate-runpath? now defaults to #t.Ludovic Courtès2015-04-23
* build-system/gnu: Gracefully handle dangling symlinks.Ludovic Courtès2015-04-23
* build-system/gnu: Add docstring to 'delete-info-dir-file'.Federico Beffa2015-04-06
* build-system/gnu: Add 'delete-info-dir-file' phase.Federico Beffa2015-04-06
* build-system/gnu: Add 'validate-runpath' phase.Ludovic Courtès2015-04-01
* Revert "build-system/gnu: Keep the sloppy conversion strategy during bootstrap."Ludovic Courtès2015-03-01
* build-system/gnu: Keep the sloppy conversion strategy during bootstrap.Ludovic Courtès2015-03-01
* packages: Set the port conversion strategy to 'error'.Ludovic Courtès2015-02-28
* build-system/gnu: Set $LC_ALL (or similar) to the chosen locale.Ludovic Courtès2015-02-27
* build-system/gnu: Add 'install-locale' phase.Ludovic Courtès2015-02-26
* build-system/gnu: Add support for zip archives.Ludovic Courtès2015-02-26
* build-system/gnu: Patch /usr/bin/file in all 'configure' files.Ludovic Courtès2015-01-09
* build-system/gnu: Use executables from the target inputs in 'patch-shebangs'.Ludovic Courtès2015-01-04
* gnu: Revert use of '--strip-all'.Ludovic Courtès2014-12-29
* gnu: Don't use --strip-all in cases where this is problematic.Ludovic Courtès2014-12-28
* build-support/gnu: Add support for file patterns in search paths.Ludovic Courtès2014-12-27
* build-system/gnu: Strip with '--strip-all' instead of '--strip-debug'.Ludovic Courtès2014-12-27
* build-system/gnu: Add support for non-directory search paths.Ludovic Courtès2014-12-27
* build-system/gnu: Add 'compress-documentation' phase.Ludovic Courtès2014-12-01
* build-system/gnu: Add 'validate-documentation-location' phase.Ludovic Courtès2014-12-01
* build-system/gnu: Gracefully handle dangling symlinks in the 'strip' phase.Ludovic Courtès2014-11-24
* build-system/gnu: Strip 'ar' archives as well.Ludovic Courtès2014-11-22
* build-system/gnu: Strip only ELF files.Ludovic Courtès2014-11-22
* utils: Export 'parallel-job-count'.Ludovic Courtès2014-11-22
* gnu-build-system: Add 'patch-usr-bin-file' to %standard-phases.Mark H Weaver2014-08-23
* build-system/gnu: Reset timestamps on build tree when source is a directory.Ludovic Courtès2014-04-14
* build-system/gnu: Allow the source to be a directory.Ludovic Courtès2014-02-22
* build-system/gnu: Set the docdir to "share/doc"John Darrington2014-02-10
* Revert "build-system/gnu: Pass --localstatedir=/var --sharedstatedir=/com."Ludovic Courtès2014-01-28
* build-system/gnu: Pass --localstatedir=/var --sharedstatedir=/com.Ludovic Courtès2014-01-27
* gnu: gnu-build-system: Add CC_FOR_BUILD to configure flags.John Darrington2013-12-17
* build-system/{gnu,cmake}: Remove #:patches and #:patch-flags parameters.Ludovic Courtès2013-10-10
* build-system/gnu: Write debug files to the "debug" sub-derivation, if any.Ludovic Courtès2013-07-03
* build-system/gnu: Set #:tests? to #f when cross-compiling.Ludovic Courtès2013-06-22
* build-system/gnu: Save `environment-variables' after each phase.Ludovic Courtès2013-06-21
* build-system/gnu: Unify with (guix build-system gnu-cross-build).Ludovic Courtès2013-06-21
* build-system/gnu: Fix default name for the "doc" output directory.Ludovic Courtès2013-04-28
* packages: Add `native-search-paths' field and honor it.Ludovic Courtès2013-03-30
* build-system/gnu: Remove #:path-exclusions parameter.Ludovic Courtès2013-03-30
* guix: build: Add "share/pkgconfig" to PKG_CONFIG_PATH, as used by xorg.Andreas Enge2013-03-04
* build-system/gnu: Improve support for "lib" outputs; support "doc" outputs.Ludovic Courtès2013-01-10
* Update license headers of builder-side code.Ludovic Courtès2013-01-05
* build-system/gnu: Add support for the "bin" output.Ludovic Courtès2013-01-01
* build-system/gnu: Patch shebangs in all the source; patch SHELL in makefiles.Ludovic Courtès2012-12-21
* build-system/gnu: Patch shebangs after `configure'.Ludovic Courtès2012-12-20
* build-system/gnu: Report the execution time of each phase.Ludovic Courtès2012-12-20
* build-system/gnu: Change the order of `patch-source-shebangs' and `patch'.Ludovic Courtès2012-12-19
* build-system/gnu: Patch shebangs in executable source files.Ludovic Courtès2012-12-15
* build-system/gnu: Make the error port line-buffered.Ludovic Courtès2012-12-15