1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-01 11:04:10 +03:00

force LANG to C

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5074 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2006-10-14 11:37:37 +00:00
parent 013ef04c6c
commit 1e21c9692c

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