Skip to content
Snippets Groups Projects
Commit a69b7ad2 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

build: Run `guild compile' under the C locale.

* Makefile.am (.scm.go): Set LC_ALL=C.
parent 54845460
No related branches found
No related tags found
No related merge requests found
...@@ -279,8 +279,11 @@ EXTRA_DIST = \ ...@@ -279,8 +279,11 @@ EXTRA_DIST = \
CLEANFILES = $(GOBJECTS) *.log 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: .scm.go:
$(MKDIR_P) `dirname "$@"` $(MKDIR_P) `dirname "$@"`
LC_ALL=C \
$(top_builddir)/pre-inst-env \ $(top_builddir)/pre-inst-env \
$(GUILD) compile -L "$(top_builddir)" -L "$(top_srcdir)" \ $(GUILD) compile -L "$(top_builddir)" -L "$(top_srcdir)" \
-Wformat -Wunbound-variable -Warity-mismatch \ -Wformat -Wunbound-variable -Warity-mismatch \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment