summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-10-14 11:37:37 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-10-14 11:37:37 +0000
commit1e21c9692c71cbe048247c3c519bc1c8d345cc12 (patch)
tree5ee8b216a6883056758ad9d56600705f3d03f109 /Makefile
parent013ef04c6c77024c40d39363ee9f3e1ee89fcda5 (diff)
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 26721a352..cc5c5b429 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