diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-02-09 00:05:24 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-02-09 23:21:00 +0100 |
commit | a69b7ad2d64e0b4db0044f59088e2be278b04e48 (patch) | |
tree | c6e2a5bea0da443979de3d822b34eec756e9386d /Makefile.am | |
parent | 54845460eeb749dc1d04d66469a3cb3bef11a785 (diff) | |
download | guix-a69b7ad2d64e0b4db0044f59088e2be278b04e48.tar guix-a69b7ad2d64e0b4db0044f59088e2be278b04e48.tar.gz |
build: Run `guild compile' under the C locale.
* Makefile.am (.scm.go): Set LC_ALL=C.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 18c0bbdf71..0de96c8ddd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -279,8 +279,11 @@ EXTRA_DIST = \ CLEANFILES = $(GOBJECTS) *.log +# XXX: Use the C locale for when Guile lacks +# <http://git.sv.gnu.org/cgit/guile.git/commit/?h=stable-2.0&id=e2c6bf3866d1186c60bacfbd4fe5037087ee5e3f>. .scm.go: $(MKDIR_P) `dirname "$@"` + LC_ALL=C \ $(top_builddir)/pre-inst-env \ $(GUILD) compile -L "$(top_builddir)" -L "$(top_srcdir)" \ -Wformat -Wunbound-variable -Warity-mismatch \ |