aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2009-04-24 17:00:03 +0000
committerGabor Greif <ggreif@gmail.com>2009-04-24 17:00:03 +0000
commit766d641c9830bb75ec4ab4f9c241e1d052caf566 (patch)
treed35a8b907008e4da1a72433527d8a5c0241f58d1 /Makefile
parente3269dd16462e1dd40a5dd7a32045657aa2f16f3 (diff)
downloadexternal_llvm-766d641c9830bb75ec4ab4f9c241e1d052caf566.zip
external_llvm-766d641c9830bb75ec4ab4f9c241e1d052caf566.tar.gz
external_llvm-766d641c9830bb75ec4ab4f9c241e1d052caf566.tar.bz2
Use a bigger hammer to coerce subversion into english.
Patch by Benjamin Kramer! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69976 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 717866e..86fb6e5 100644
--- a/Makefile
+++ b/Makefile
@@ -187,7 +187,7 @@ SVN = svn
SVN-UPDATE-OPTIONS =
AWK = awk
SUB-SVN-DIRS = $(AWK) '/\?\ \ \ \ \ \ / {print $$2}' \
- | LANG=C xargs $(SVN) info 2>/dev/null \
+ | LC_ALL=C xargs $(SVN) info 2>/dev/null \
| $(AWK) '/Path:\ / {print $$2}'
update: