]> xenbits.xensource.com Git - people/andrewcoop/seabios.git/commitdiff
build: set LC_ALL=C
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 3 Dec 2014 14:14:57 +0000 (15:14 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 3 Dec 2014 14:15:02 +0000 (15:15 +0100)
Avoids tools such as layoutrom stumble over localized messages.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Tested-By: Patrick Georgi <pgeorgi@google.com>
Makefile

index eecb8a136c9facb8aefaff68b39008ea7dc3f2b4..1cff1d0946064dd298e991c11fd04db775705813 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,7 @@ export HOSTCC             := $(CC)
 export CONFIG_SHELL       := sh
 export KCONFIG_AUTOHEADER := autoconf.h
 export KCONFIG_CONFIG     := $(CURDIR)/.config
+export LC_ALL             := C
 CROSS_PREFIX=
 ifneq ($(CROSS_PREFIX),)
 CC=$(CROSS_PREFIX)gcc