summaryrefslogtreecommitdiffstats
path: root/Configurations
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2016-07-28 23:05:32 +0200
committerAndy Polyakov <appro@openssl.org>2016-07-31 17:08:02 +0200
commit9c7ce40bfbf580ebfc50484a069b44dc9aa463fd (patch)
tree16fe5d00cee051a5c1dbbb99e931755f0b407dda /Configurations
parentabdb460d8abe68fedcf00b52d2ba4bf4b7c1725c (diff)
Configurations/unix-Makefile.tmpl: add LC_ALL=C to unify messages.
RT#4138 Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'Configurations')
-rw-r--r--Configurations/unix-Makefile.tmpl9
1 files changed, 9 insertions, 0 deletions
diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl
index 6c4485be00..3caa216c8c 100644
--- a/Configurations/unix-Makefile.tmpl
+++ b/Configurations/unix-Makefile.tmpl
@@ -222,6 +222,15 @@ PERLASM_SCHEME= {- $target{perlasm_scheme} -}
# the 80386.
PROCESSOR= {- $config{processor} -}
+# We want error [and other] messages in English. Trouble is that make(1)
+# doesn't pass macros down as environment variables unless there already
+# was corresponding variable originally set. In other words we can only
+# reassign environment variables, but not set new ones, not in portable
+# manner that is. That's why we reassign several, just to be sure...
+LC_ALL=C
+LC_MESSAGES=C
+LANG=C
+
# The main targets ###################################################
{- dependmagic('all'); -}: build_libs_nodep build_engines_nodep build_programs_nodep link-utils