summaryrefslogtreecommitdiff
path: root/build-aux/compile-all.scm
AgeCommit message (Collapse)Author
2016-02-01build: Remove semicolons from Guile warnings.Ludovic Courtès
* build-aux/compile-all.scm (compile-file*): Clear *CURRENT-WARNING-PREFIX*.
2016-02-01build: Really enable Guile warnings.Ludovic Courtès
* build-aux/compile-all.scm (compile-options): Rename to... (warnings): ... this. Add 'unsupported-warning'. (compile-file*): Pass '(#:warnings ...) as #:opts.
2016-01-18build: Speed up .go compilation.Taylan Ulrich Bayırlı/Kammer
* build-aux/compile-all.scm: New file. * Makefile.am (EXTRA_DIST): Add it. (%.go, make-go): New rules.