summaryrefslogtreecommitdiff
path: root/guix/build/gnu-build-system.scm
AgeCommit message (Expand)Author
2025-10-30Revert "build/gnu: Do not attempt to strip Guile byte-compiled files."Maxim Cournoyer
2025-10-30Revert "build/gnu: Add a compress-debug-info phase."Maxim Cournoyer
2025-10-30Revert "elf: Remove bundled Guile source."Maxim Cournoyer
2025-10-30elf: Remove bundled Guile source.Maxim Cournoyer
2025-10-30build/gnu: Add a compress-debug-info phase.Maxim Cournoyer
2025-10-30build/gnu: Do not attempt to strip Guile byte-compiled files.Maxim Cournoyer
2025-09-18Revert "Update Maxim's email address."Maxim Cournoyer
2025-09-18Update Maxim's email address.Maxim Cournoyer
2025-07-18build-system/gnu: Limit load average.Greg Hogan
2025-07-18build-system/gnu: Use ‘search-input-file’ instead of input labels.Ludovic Courtès
2024-08-31build/gnu: Support compressing non-numeric man sections.Lilah Tascheter
2024-08-31build: gnu-build-system: Compress man pages with zstd.Maxim Cournoyer
2024-08-31build-system/gnu: Turn PID 1 into an “init”-style process by default.Ludovic Courtès
2024-08-31build-system/gnu: Change default locale to C.UTF-8.Ludovic Courtès
2022-12-07build: gnu-build-system: Remove source from native inputs.Maxim Cournoyer
2022-10-09build-system/gnu: Fix patch-dot-desktop-files regexp.Brendan Tildesley
2022-01-10build-system/gnu: Make gzip files writable before resetting timestamps.Sarah Morgensen
2021-07-08build-system/gnu: patch-shebangs: Also patch shebangs in "/libexec".Maxime Devos
2021-04-09build-system/gnu: Give #:bootstrap-scripts a valid default.Ludovic Courtès
2021-02-04build/gnu: Only make source checkout files writable.Maxim Cournoyer
2021-02-04build/gnu: Ensure the files are writable after the unpack phase.Maxim Cournoyer
2021-01-26build-systems/gnu: Allow unpacking/repacking more kind of files.Maxim Cournoyer
2021-01-15build-system/gnu: Really ignore the return value of phases.Ludovic Courtès
2020-12-29build-systems/gnu: Add compressor file extension to symbolic links.Maxim Cournoyer
2020-12-23build-system/gnu: Allow overriding of bootstrap scripts.Ricardo Wurmus
2020-12-07build-system/gnu: Remove the source directory from search paths.宋文武
2020-12-01build-system/gnu: Add 'make-dynamic-linker-cache' phase.Ludovic Courtès
2020-11-25build-system/gnu: Ignore the result of phase procedures.Ludovic Courtès
2020-09-19build-system/gnu: strip with --strip-unneededJakub Kądziołka
2020-02-16build: gnu-build-system: Adjust NOCONFIGURE variable.Efraim Flashner
2020-02-16build-system/gnu: Don't try executing directories in bootstrap phase.Brendan Tildesley
2020-02-16build: gnu-build-system: Don't run configure during bootstrap.Efraim Flashner
2019-06-14build-system/gnu: Make 'first-subdirectory' deterministic.Ludovic Courtès
2019-03-10build-system/gnu: Copy license files to all the outputs.Ludovic Courtès
2019-03-10build-system/gnu: Always look for license files in the source tree.Ludovic Courtès
2019-01-29build-system/gnu: Report invocation errors in a human-friendly way.Ludovic Courtès
2019-01-29utils: Switch to the new 'setvbuf' API.Ludovic Courtès
2018-08-03build-system/gnu: If a phase returns #f, the build fails.Mark H Weaver
2018-03-29ld-wrapper: Allow linking with non-store libraries by default.Ludovic Courtès
2018-03-20build-system/gnu: Fix typo.Ludovic Courtès
2018-03-20build-system/gnu: Dump test suite logs upon 'check' failure.Ludovic Courtès
2018-03-16build-system/gnu: Tolerate errors during the 'strip' phase.Mark H Weaver
2018-03-16gnu-build: Issue a warning unless every phase returns #t.Mark H Weaver
2018-03-16build-system/gnu: Return a boolean from all phase procedures.Mark H Weaver
2018-03-16build-system/gnu: Use invoke instead of system*.Mark H Weaver
2018-03-11build-system/gnu: Add 'bootstrap' phase.Ludovic Courtès
2017-11-08build-system/gnu: Add 'install-license-files' phase.Ludovic Courtès
2017-06-11build-system/gnu: Work around 'time-monotonic' bug in Guile 2.2.2.Ludovic Courtès
2017-05-30build-system/gnu: 'compress-documentation' phase handles double symlinks.Maxim Cournoyer
2017-01-26utils: Add helper method to make files writable.Marius Bakke