summaryrefslogtreecommitdiff
path: root/build-aux/compile-all.scm
Commit message (Collapse)AuthorAge
* build: Arrange so temporary .go files are deleted upon SIGINT.Ludovic Courtès2016-10-12
| | | | * build-aux/compile-all.scm: Install SIGINT handler.
* build: Improve Guile 2.2 compatibility.Taylan Ulrich Bayırlı/Kammer2016-09-29
| | | | | | * build-aux/compile-all.scm (compile-file*): Ensure loading of compilation related modules before going parallel. * guix/build/pull.scm (build-guix): Ditto.
* build: Remove semicolons from Guile warnings.Ludovic Courtès2016-02-01
| | | | | * build-aux/compile-all.scm (compile-file*): Clear *CURRENT-WARNING-PREFIX*.
* build: Really enable Guile warnings.Ludovic Courtès2016-02-01
| | | | | | * build-aux/compile-all.scm (compile-options): Rename to... (warnings): ... this. Add 'unsupported-warning'. (compile-file*): Pass '(#:warnings ...) as #:opts.
* build: Speed up .go compilation.Taylan Ulrich Bayırlı/Kammer2016-01-18
* build-aux/compile-all.scm: New file. * Makefile.am (EXTRA_DIST): Add it. (%.go, make-go): New rules.