Skip to content

Commit

Permalink
Makefile.org: add LC_ALL=C to unify error [and other] messages.
Browse files Browse the repository at this point in the history
RT#4138

Reviewed-by: Richard Levitte <levitte@openssl.org>
  • Loading branch information
Andy Polyakov committed Nov 23, 2015
1 parent 2f2c805 commit 193ed2d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile.org
Original file line number Diff line number Diff line change
Expand Up @@ -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)' \
Expand Down

0 comments on commit 193ed2d

Please sign in to comment.