force LANG to C

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5074 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Felix Fietkau 2006-10-14 11:37:37 +00:00
parent f2f5ea9f97
commit 0d03e66e87
1 changed files with 2 additions and 0 deletions

View File

@ -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