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