#!@SHELL@ # A shorthand for "guix authenticate", for use by the daemon. if test "x$GUIX_UNINSTALLED" = "x" then prefix="@prefix@" exec_prefix="@exec_prefix@" exec "@bindir@/guix" authenticate "$@" else exec guix authenticate "$@" fi //git.koszko.org/guix/atom/build-aux/compile-all.scm?h=koszko' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiff
path: root/build-aux/compile-all.scm
AgeCommit message (Expand)Author
2021-06-23build: Makefile splits Scheme compilation in four steps....Ludovic Courtès
2021-06-18build: Remove Guile 2.2 workaround....Ludovic Courtès
2020-04-12build: Cap build parallelism on i686....Ludovic Courtès
2019-06-25build: Report build errors via 'report-load-error'....Ludovic Courtès
2019-04-19build: Show completion percentage while building....Ludovic Courtès