aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-10-14 11:37:37 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-10-14 11:37:37 +0000
commit0d03e66e87d42a1a481b5572df34f65b5f12d969 (patch)
tree5ee8b216a6883056758ad9d56600705f3d03f109 /Makefile
parentf2f5ea9f97f30a89d54d798438811f3be94eb212 (diff)
downloadmaster-187ad058-0d03e66e87d42a1a481b5572df34f65b5f12d969.tar.gz
master-187ad058-0d03e66e87d42a1a481b5572df34f65b5f12d969.tar.bz2
master-187ad058-0d03e66e87d42a1a481b5572df34f65b5f12d969.zip
force LANG to C
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5074 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
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