From: Felix Fietkau Date: Sat, 14 Oct 2006 11:37:37 +0000 (+0000) Subject: force LANG to C X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=0d03e66e87d42a1a481b5572df34f65b5f12d969;p=15.05%2Fopenwrt.git force LANG to C git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5074 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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