Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: Arrange so temporary .go files are deleted upon SIGINT.•••* build-aux/compile-all.scm: Install SIGINT handler. | Ludovic Courtès | 2016-10-12 | 1 | -0/+6 |
* | build: Improve Guile 2.2 compatibility.•••* build-aux/compile-all.scm (compile-file*): Ensure loading of compilation related modules before going parallel. * guix/build/pull.scm (build-guix): Ditto. | Taylan Ulrich Bayırlı/Kammer | 2016-09-29 | 1 | -0/+3 |
* | build: Remove semicolons from Guile warnings.•••* build-aux/compile-all.scm (compile-file*): Clear *CURRENT-WARNING-PREFIX*. | Ludovic Courtès | 2016-02-01 | 1 | -5/+12 |
* | build: Really enable Guile warnings.•••* build-aux/compile-all.scm (compile-options): Rename to... (warnings): ... this. Add 'unsupported-warning'. (compile-file*): Pass '(#:warnings ...) as #:opts. | Ludovic Courtès | 2016-02-01 | 1 | -2/+3 |
* | build: Speed up .go compilation.•••* build-aux/compile-all.scm: New file. * Makefile.am (EXTRA_DIST): Add it. (%.go, make-go): New rules. | Taylan Ulrich Bayırlı/Kammer | 2016-01-18 | 1 | -0/+82 |