projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e735d75
)
force LANG to C
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 14 Oct 2006 11:37:37 +0000
(11:37 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 14 Oct 2006 11:37:37 +0000
(11:37 +0000)
SVN-Revision: 5074
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 26721a3524d6b37599558a9498b7a708a61903d9..cc5c5b429764caac316fe07db777c795af04c467 100644
(file)
--- 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