force LANG to C
SVN-Revision: 5074
This commit is contained in:
parent
e735d75cb9
commit
13c1060ce2
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -18,6 +18,8 @@ RELEASE:=Kamikaze
|
||||||
all: world
|
all: world
|
||||||
|
|
||||||
SHELL:=/usr/bin/env bash
|
SHELL:=/usr/bin/env bash
|
||||||
|
export LC_ALL=C
|
||||||
|
export LANG=C
|
||||||
export TOPDIR=${shell pwd}
|
export TOPDIR=${shell pwd}
|
||||||
include $(TOPDIR)/include/verbose.mk
|
include $(TOPDIR)/include/verbose.mk
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue