From 4647bb11cab240dd080778a57751cc21830ee7f3 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Thu, 11 Jun 2015 09:45:00 +0200 Subject: kconfig: enforce stable sort order Locales differ in the order in which they sort entries. This ensures predictable behavior. Change-Id: I4ceec90a56bbc368a847d14298db0a21cc21e77c Signed-off-by: Patrick Georgi Reviewed-on: http://review.coreboot.org/10510 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Alexander Couzens Reviewed-by: Stefan Reinauer --- util/kconfig/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'util') diff --git a/util/kconfig/Makefile b/util/kconfig/Makefile index a216fd3aea..f80d531067 100644 --- a/util/kconfig/Makefile +++ b/util/kconfig/Makefile @@ -2,6 +2,9 @@ # Kernel configuration targets # These targets are used from top-level makefile +export LC_ALL=C +export LANG=C + PHONY += oldconfig xconfig gconfig menuconfig config silentoldconfig update-po-config \ localmodconfig localyesconfig -- cgit v1.2.3