summaryrefslogtreecommitdiffstats
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
commit13c1060ce2a255d1c182d4f68e8e249db4aca45d (patch)
tree3b3acb51e513edc954343555375129f704243d6f /Makefile
parente735d75cb92932b41ccb3b3f9adba567317b1c27 (diff)
downloadmaster-31e0f0ae-13c1060ce2a255d1c182d4f68e8e249db4aca45d.tar.gz
master-31e0f0ae-13c1060ce2a255d1c182d4f68e8e249db4aca45d.tar.bz2
master-31e0f0ae-13c1060ce2a255d1c182d4f68e8e249db4aca45d.zip
force LANG to C
SVN-Revision: 5074
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