aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2015-11-21 11:28:05 +0100
committerAndy Polyakov <appro@openssl.org>2015-11-23 15:59:54 +0100
commit193ed2d74b1a643b5f32bd46bf50a858fcdd2da4 (patch)
treef4f2ae023c7e584b3165f6ac5533037443aafcdb /Makefile.org
parent2f2c805a2649fcbe8919242b78982c8e9344e2f3 (diff)
downloadopenssl-193ed2d74b1a643b5f32bd46bf50a858fcdd2da4.tar.gz
Makefile.org: add LC_ALL=C to unify error [and other] messages.
RT#4138 Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.org b/Makefile.org
index 8385cf05df..10058c6bc3 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -205,7 +205,9 @@ CLEARENV= TOP= && unset TOP $${LIB+LIB} $${LIBS+LIBS} \
$${SHAREDCMD+SHAREDCMD} $${SHAREDFLAGS+SHAREDFLAGS} \
$${SHARED_LIB+SHARED_LIB} $${LIBEXTRAS+LIBEXTRAS}
-BUILDENV= PLATFORM='$(PLATFORM)' PROCESSOR='$(PROCESSOR)' \
+# LC_ALL=C ensures that error [and other] messages are delivered in
+# same language for uniform treatment.
+BUILDENV= LC_ALL=C PLATFORM='$(PLATFORM)' PROCESSOR='$(PROCESSOR)'\
CC='$(CC)' CFLAG='$(CFLAG)' \
AS='$(CC)' ASFLAG='$(CFLAG) -c' \
AR='$(AR)' NM='$(NM)' RANLIB='$(RANLIB)' \