From d64737b0a4b8adf9fe0d947ad35be5eb7f307b84 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 14 Oct 2006 11:37:37 +0000 Subject: [PATCH] force LANG to C SVN-Revision: 5074 --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 26721a3524..cc5c5b4297 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,8 @@ RELEASE:=Kamikaze all: world SHELL:=/usr/bin/env bash +export LC_ALL=C +export LANG=C export TOPDIR=${shell pwd} include $(TOPDIR)/include/verbose.mk -- 2.30.2