aboutsummaryrefslogtreecommitdiff
path: root/guix/build/gnu-build-system.scm
Commit message (Expand)AuthorAge
* build: gnu-build-system: Remove source from native inputs.Maxim Cournoyer2022-12-07
* build-system/gnu: Fix patch-dot-desktop-files regexp.Brendan Tildesley2022-10-09
* build-system/gnu: Make gzip files writable before resetting timestamps.Sarah Morgensen2022-01-10
* build-system/gnu: patch-shebangs: Also patch shebangs in "/libexec".Maxime Devos2021-07-08
* build-system/gnu: Give #:bootstrap-scripts a valid default.Ludovic Courtès2021-04-09
* build/gnu: Only make source checkout files writable.Maxim Cournoyer2021-02-04
* build/gnu: Ensure the files are writable after the unpack phase.Maxim Cournoyer2021-02-04
* build-systems/gnu: Allow unpacking/repacking more kind of files.Maxim Cournoyer2021-01-26
* build-system/gnu: Really ignore the return value of phases.Ludovic Courtès2021-01-15
* build-systems/gnu: Add compressor file extension to symbolic links.Maxim Cournoyer2020-12-29
* build-system/gnu: Allow overriding of bootstrap scripts.Ricardo Wurmus2020-12-23
* build-system/gnu: Remove the source directory from search paths.宋文武2020-12-07
* build-system/gnu: Add 'make-dynamic-linker-cache' phase.Ludovic Courtès2020-12-01
* build-system/gnu: Ignore the result of phase procedures.Ludovic Courtès2020-11-25
* build-system/gnu: strip with --strip-unneededJakub Kądziołka2020-09-19
* build: gnu-build-system: Adjust NOCONFIGURE variable.Efraim Flashner2020-02-16
* build-system/gnu: Don't try executing directories in bootstrap phase.Brendan Tildesley2020-02-16
* build: gnu-build-system: Don't run configure during bootstrap.Efraim Flashner2020-02-16
* build-system/gnu: Make 'first-subdirectory' deterministic.Ludovic Courtès2019-06-14
* build-system/gnu: Copy license files to all the outputs.Ludovic Courtès2019-03-10
* build-system/gnu: Always look for license files in the source tree.Ludovic Courtès2019-03-10
* build-system/gnu: Report invocation errors in a human-friendly way.Ludovic Courtès2019-01-29
* utils: Switch to the new 'setvbuf' API.Ludovic Courtès2019-01-29
* build-system/gnu: If a phase returns #f, the build fails.Mark H Weaver2018-08-03
* ld-wrapper: Allow linking with non-store libraries by default.Ludovic Courtès2018-03-29
* build-system/gnu: Fix typo.Ludovic Courtès2018-03-20
* build-system/gnu: Dump test suite logs upon 'check' failure.Ludovic Courtès2018-03-20
* build-system/gnu: Tolerate errors during the 'strip' phase.Mark H Weaver2018-03-16
* gnu-build: Issue a warning unless every phase returns #t.Mark H Weaver2018-03-16
* build-system/gnu: Return a boolean from all phase procedures.Mark H Weaver2018-03-16
* build-system/gnu: Use invoke instead of system*.Mark H Weaver2018-03-16
* build-system/gnu: Add 'bootstrap' phase.Ludovic Courtès2018-03-11
* build-system/gnu: Add 'install-license-files' phase.Ludovic Courtès2017-11-08
* build-system/gnu: Work around 'time-monotonic' bug in Guile 2.2.2.Ludovic Courtès2017-06-11
* build-system/gnu: 'compress-documentation' phase handles double symlinks.Maxim Cournoyer2017-05-30
* utils: Add helper method to make files writable.Marius Bakke2017-01-26
* build-system/gnu: Add 'reset-gzip-timestamps' phase.Ludovic Courtès2017-01-26
* build-system/gnu: 'strip' phase now skips symlinks.Ludovic Courtès2017-01-26
* build-system/gnu: Make libraries writable before stripping.Marius Bakke2016-11-26
* build-system/gnu: Add 'patch-dot-desktop-files' phase.John Darrington2016-10-01
* build-system/gnu: Do not patch symlinks in the source.Ludovic Courtès2016-09-12
* build-system/gnu: 'strip' phase lists files in sorted order.Ludovic Courtès2016-09-01
* build-system/gnu: Do not patch symlinks.Jan Nieuwenhuizen2016-02-09
* build-system/gnu: Add 'set-SOURCE-DATE-EPOCH' phase.Ludovic Courtès2016-01-05
* build-system/gnu: Use the long option name for deterministic archives.Ludovic Courtès2016-01-01
* build-system/gnu: Always pass "-D" to strip/objcopy.Ludovic Courtès2015-12-18
* build-system/gnu: Set 'SOURCE_DATE_EPOCH'.Alex Kost2015-11-14
* Use "normalized codesets" everywhere.Ludovic Courtès2015-10-04
* utils: Add 'every*'.Ludovic Courtès2015-10-03
* build-system/gnu: Use monotic time to measure elapsed time.Ludovic Courtès2015-08-30