[coreboot-gerrit] New patch to review for coreboot: d906ddf kconfig: enforce stable sort order

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Thu Jun 11 09:57:24 CEST 2015


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10510

-gerrit

commit d906ddff8c4450ac87e9a1fb7957f5c9525f356f
Author: Patrick Georgi <pgeorgi at chromium.org>
Date:   Thu Jun 11 09:45:00 2015 +0200

    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 <pgeorgi at chromium.org>
---
 util/kconfig/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/util/kconfig/Makefile b/util/kconfig/Makefile
index a216fd3..f80d531 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
 



More information about the coreboot-gerrit mailing list